aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgitjoe-newuser.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitjoe-newuser.pl b/gitjoe-newuser.pl
index 3102aeb..7995668 100755
--- a/gitjoe-newuser.pl
+++ b/gitjoe-newuser.pl
@@ -47,12 +47,12 @@ EOF"
system(
'/usr/local/bin/dash',
'-c',
- '/bin/mkdir -v' . $home_dir . 'git-shell-commands'
+ '/bin/mkdir -v ' . $home_dir . 'git-shell-commands'
);
system(
'/usr/local/bin/dash',
'-c',
- '/bin/ln -v -s ' . $home_dir . 'git-shell-commands/ls /bin/ls'
+ '/bin/ln -v -s /bin/ls ' . $home_dir . 'git-shell-commands/ls'
);
}