aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:08:43 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:08:43 +0200
commit66033984f4feb50705a1a8015209c4a2ffb64822 (patch)
treecd239c774133b6fedf04c0a3610f65e03d1b512a
parentGitJoe css is a new file (diff)
downloadjoe-scripts-66033984f4feb50705a1a8015209c4a2ffb64822.tar.gz
joe-scripts-66033984f4feb50705a1a8015209c4a2ffb64822.tar.bz2
joe-scripts-66033984f4feb50705a1a8015209c4a2ffb64822.tar.xz
joe-scripts-66033984f4feb50705a1a8015209c4a2ffb64822.tar.zst
joe-scripts-66033984f4feb50705a1a8015209c4a2ffb64822.zip
Fix
-rwxr-xr-xsrc/gitjoe/chdesc.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gitjoe/chdesc.pl b/src/gitjoe/chdesc.pl
index 9a9a9e5..38e2349 100755
--- a/src/gitjoe/chdesc.pl
+++ b/src/gitjoe/chdesc.pl
@@ -28,6 +28,7 @@ sub main {
'/usr/local/bin/dash',
'-c',
'/usr/sbin/chown -v ' . $usr . ':' . $usr . ' ' . $home_dir . $repo . 'description'
+ );
exit;
}