dash it all!
Ubuntu now defaults to /bin/sh -> /bin/dash, while my brain seems to default to bash. I guess it's easier to fix my brain, and my code <sigh>
This commit is contained in:
parent
bfc9c7aeb5
commit
b537a4acd4
|
@ -9,7 +9,7 @@ $GL_BINDIR/gl-compile-conf
|
|||
|
||||
cd -
|
||||
|
||||
if [[ -f hooks/post-update.secondary ]] || [[ -L hooks/post-update.secondary ]]
|
||||
if [ -f hooks/post-update.secondary ] || [ -L hooks/post-update.secondary ]
|
||||
then
|
||||
exec hooks/post-update.secondary "$@"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue