diff options
Diffstat (limited to 'contrib/pacscripts.in')
-rwxr-xr-x | contrib/pacscripts.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pacscripts.in b/contrib/pacscripts.in index 8ad5173b..37d3feae 100755 --- a/contrib/pacscripts.in +++ b/contrib/pacscripts.in @@ -1,4 +1,4 @@ -#!@BASH_SHELL@ +#!/bin/bash # # pacscripts : tries to print out the {pre,post}_{install,remove,upgrade} # scripts of a given package |