aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-06 17:55:16 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-06 17:55:16 +0200
commit5c096dc08ca018d190a4e5f43430fe0ba236991a (patch)
tree384f55c11a84e8a9faea84b1ac2072c310198c2b
parentChmodded (diff)
downloadjoe-scripts-5c096dc08ca018d190a4e5f43430fe0ba236991a.tar.gz
joe-scripts-5c096dc08ca018d190a4e5f43430fe0ba236991a.tar.bz2
joe-scripts-5c096dc08ca018d190a4e5f43430fe0ba236991a.tar.xz
joe-scripts-5c096dc08ca018d190a4e5f43430fe0ba236991a.tar.zst
joe-scripts-5c096dc08ca018d190a4e5f43430fe0ba236991a.zip
Fix again
-rwxr-xr-xgitjoe-rmrepo.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitjoe-rmrepo.pl b/gitjoe-rmrepo.pl
index ebbcf76..30ce4d2 100755
--- a/gitjoe-rmrepo.pl
+++ b/gitjoe-rmrepo.pl
@@ -23,7 +23,7 @@ sub main {
system(
'/usr/local/bin/dash',
'-c',
- '/bin/rm -rfv ' . $home_dir . $repo;
+ '/bin/rm -rfv ' . $home_dir . $repo
);
exit;
}