aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-06 17:08:57 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-06 17:08:57 +0200
commit751339666433eb39e56fc72fe21a818016d0c463 (patch)
tree430a2ff51b1a594fbaae6822fe4735bbfbbbf433
parentTrying that (diff)
downloadjoe-scripts-751339666433eb39e56fc72fe21a818016d0c463.tar.gz
joe-scripts-751339666433eb39e56fc72fe21a818016d0c463.tar.bz2
joe-scripts-751339666433eb39e56fc72fe21a818016d0c463.tar.xz
joe-scripts-751339666433eb39e56fc72fe21a818016d0c463.tar.zst
joe-scripts-751339666433eb39e56fc72fe21a818016d0c463.zip
fix
-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'
);
}