various updates
[distro-setup] / filesystem / etc / apt / detect-http-proxy
index 1cfdaf978b878dd6f76aa2e94c371a8fcfb902db..56804025e1ff5a4e3d0fc921dfa4e97f389b1dd1 100755 (executable)
@@ -21,7 +21,7 @@ if [[ -r $f ]]; then
         exit 0
     else
         if [[ -w $f ]]; then
-            rm $f
+            rm -f $f
         fi
     fi
 fi