aboutsummaryrefslogtreecommitdiff
path: root/clear_header.sh
diff options
context:
space:
mode:
Diffstat (limited to 'clear_header.sh')
-rwxr-xr-xclear_header.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/clear_header.sh b/clear_header.sh
index 023eb25..d7b69b5 100755
--- a/clear_header.sh
+++ b/clear_header.sh
@@ -85,7 +85,7 @@ for one_header in ${installed_headers}; do
text="Y"
fi
if [[ "${text}" = "Y" || "${text}" = "y" ]]; then
- rm ${one_header}
+ rm -f ${one_header}
echo "... Removed!"
fi
fi