aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:09:27 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:09:27 +0200
commit44df0c5c2585df224298dc1d9257634fcef86388 (patch)
tree0f6741cb59bc2444df6085665c847143efa5a6fa
parentFix (diff)
downloadjoe-scripts-44df0c5c2585df224298dc1d9257634fcef86388.tar.gz
joe-scripts-44df0c5c2585df224298dc1d9257634fcef86388.tar.bz2
joe-scripts-44df0c5c2585df224298dc1d9257634fcef86388.tar.xz
joe-scripts-44df0c5c2585df224298dc1d9257634fcef86388.tar.zst
joe-scripts-44df0c5c2585df224298dc1d9257634fcef86388.zip
Another fix
-rwxr-xr-xsrc/gitjoe/chowner.pl1
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;
}