aboutsummaryrefslogtreecommitdiffstats
path: root/gitjoe-newuser.pl
diff options
context:
space:
mode:
Diffstat (limited to 'gitjoe-newuser.pl')
-rwxr-xr-xgitjoe-newuser.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitjoe-newuser.pl b/gitjoe-newuser.pl
index 8f7b0e3..3102aeb 100755
--- a/gitjoe-newuser.pl
+++ b/gitjoe-newuser.pl
@@ -52,7 +52,7 @@ EOF"
system(
'/usr/local/bin/dash',
'-c',
- '/bin/ln -s /bin/ls ' . $home_dir . 'git-shell-commands/ls'
+ '/bin/ln -v -s ' . $home_dir . 'git-shell-commands/ls /bin/ls'
);
}