aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrpm2targz3
1 files changed, 2 insertions, 1 deletions
diff --git a/rpm2targz b/rpm2targz
index 1fe7a3a..d32300c 100755
--- a/rpm2targz
+++ b/rpm2targz
@@ -196,6 +196,7 @@ for file; do
rm -rf "${DEST}"
done
-rm -rf "${WORKDIR}"
+# No need for this as the trap will take care of it
+#rm -rf "${WORKDIR}"
exit ${ret}