File fix-shebang.patch of Package pass-otp
From: Karol Babioch <kbabioch@suse.de> Subject: Fix shebang line for proper autodetection Date: Mon Nov 19 11:12:56 CET 2018 --- otp.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: pass-otp-1.2.0/otp.bash =================================================================== --- pass-otp-1.2.0.orig/otp.bash +++ pass-otp-1.2.0/otp.bash @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash # pass otp - Password Store Extension (https://www.passwordstore.org/) # Copyright (C) 2017 Tad Fisher #