diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2022-08-05 02:57:38 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2022-08-05 02:57:38 +0530 |
commit | 0f5d518dcd2e44ad579246dda6bc70c900b68136 (patch) | |
tree | 289d4053aac5d03dbbfac21484e43c213cd888ed | |
parent | 441f01804e6ee23ed31ff3576b463494900d3752 (diff) |
patch: update the explicit path patch
-rw-r--r-- | explicit_path.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/explicit_path.patch b/explicit_path.patch index ed1e404..b17c6fa 100644 --- a/explicit_path.patch +++ b/explicit_path.patch @@ -1,12 +1,12 @@ diff --git a/tessen b/tessen -index fd5e6fd..d500141 100755 +index 609ed09..bfeacf2 100755 --- a/tessen +++ b/tessen @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash - # SPDX-License-Identifier: GPL-2.0-or-later - # Copyright (C) 2021 Ayush Agarwal <ayushnix at fastmail dot com> + # SPDX-License-Identifier: GPL-2.0-only + # Copyright (C) 2021-2022 Ayush Agarwal <ayushnix at fastmail dot com> # @@ -7,6 +7,9 @@ # tessen - a data selection interface for pass and gopass on Wayland |