Skip to content

Commit 2072682

Browse files
author
Yogansh Sharma
committed
Fixed a small bug
1 parent 207e3d3 commit 2072682

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ run() {
223223
fi
224224

225225
if [[ $PERSISTENT != true ]]; then
226-
rm "${FILE%%.*}.o" "${FILE%%.*}.hi" "${FILE%%.*}"
226+
rm "${FILE%%.*}.o" "${FILE%%.*}.hi"
227227
fi
228228

229229
else

0 commit comments

Comments
 (0)