[pacman-dev] [PATCH 1/3] pacman-key: use macro to configure shebang

Denis A. Altoé Falqueto denisfalqueto at gmail.com
Fri Feb 18 20:30:21 EST 2011


Minor change to use macro to substitute the shebang with the correct
shell binary, as is done in other scripts.

Signed-off-by: Denis A. Altoé Falqueto <denisfalqueto at gmail.com>
---
 scripts/pacman-key.sh.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in
index b2bfb23..ccaf4b2 100644
--- a/scripts/pacman-key.sh.in
+++ b/scripts/pacman-key.sh.in
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!@BASH_SHELL@ -e
 #
 #   pacman-key - manages pacman's keyring
 #                Based on apt-key, from Debian
-- 
1.7.4.1



More information about the pacman-dev mailing list