diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:08:43 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:08:43 +0200 |
commit | 66033984f4feb50705a1a8015209c4a2ffb64822 (patch) | |
tree | cd239c774133b6fedf04c0a3610f65e03d1b512a | |
parent | GitJoe css is a new file (diff) | |
download | joe-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-x | src/gitjoe/chdesc.pl | 1 |
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; } |