aboutsummaryrefslogtreecommitdiffstats
path: root/clean_perl
diff options
context:
space:
mode:
Diffstat (limited to 'clean_perl')
-rwxr-xr-xclean_perl3
1 files changed, 0 insertions, 3 deletions
diff --git a/clean_perl b/clean_perl
index 784a3a3..70b0373 100755
--- a/clean_perl
+++ b/clean_perl
@@ -14,6 +14,3 @@ for i in $(find $d -name "*.bs"); do
rm -f $i
fi
done
-
-# remove .ix's
-find $d -name "*.ix" | xargs rm -f