]> git.ozlabs.org Git - next-scripts/blobdiff - do_clean
message_helper: more "gentele" coding style
[next-scripts] / do_clean
old mode 100644 (file)
new mode 100755 (executable)
index 99b732f..ab23480
--- a/do_clean
+++ b/do_clean
@@ -5,7 +5,7 @@ OTHER_RM_FILES="mails/* akpm-import.log"
 MV_FILES="summ"
 
 # check for files that should exist before we delete anything
-for i in ${FILES} ${MV_FILES}; do
+for i in ${RM_FILES} ${MV_FILES}; do
        [ -e "$i" ] || {
                printf '%s: no "%s" file\n' "$0" "$i" 1>&2
                exit 1