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 <[email protected]> --- 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
