summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcreate-hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/create-hook b/create-hook
index 70adc95..113fcd9 100755
--- a/create-hook
+++ b/create-hook
@@ -10,7 +10,7 @@ sed '
/Description =/{
s/=\s*/= Test permissions for /
a When = PreTransaction\
-Exec = /usr/bin/bash -c '"'"'[ -w /'"${target}"' ]'"'"'\
+Exec = /usr/bin/sh -c '"'"'[ -w /'"${target}"' ]'"'"'\
AbortOnFail
q
}