Skip to content

Commit 4a010ae

Browse files
committed
Remove $TMPDIR after --version, too
1 parent 1087fb1 commit 4a010ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reflac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ while true ; do
114114
shift ;;
115115
-V|--version)
116116
echo "reflac version $VERSION"
117+
rmdir "$TMPDIR"
117118
exit 0 ;;
118119
-h|--help)
119120
usage ;;

0 commit comments

Comments
 (0)