diff options
-rwxr-xr-x | src/gitjoe/chowner.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gitjoe/chowner.pl b/src/gitjoe/chowner.pl index 436959e..8a421f4 100755 --- a/src/gitjoe/chowner.pl +++ b/src/gitjoe/chowner.pl @@ -28,6 +28,7 @@ sub main { '/usr/local/bin/dash', '-c', '/usr/sbin/chown -v ' . $usr . ':' . $usr . ' ' . $home_dir . $repo . 'owner' + ); exit; } |