diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-06 17:08:57 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-06 17:08:57 +0200 |
commit | 751339666433eb39e56fc72fe21a818016d0c463 (patch) | |
tree | 430a2ff51b1a594fbaae6822fe4735bbfbbbf433 | |
parent | Trying that (diff) | |
download | joe-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-x | gitjoe-newuser.pl | 2 |
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' ); } |