diff options
Diffstat (limited to 'example_post-receive.sh')
-rwxr-xr-x | example_post-receive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_post-receive.sh b/example_post-receive.sh index 0655569..c9bcb5e 100755 --- a/example_post-receive.sh +++ b/example_post-receive.sh @@ -14,7 +14,7 @@ export LC_CTYPE="en_US.UTF-8" name="$1" if test "${name}" = ""; then - name=$(basename $(pwd)) + name=$(basename "$(pwd)") fi # config |