From 92f43a864ef47ab5a67cffea04807c3d5f308934 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Mon, 19 Nov 2018 04:40:25 +1100 Subject: [PATCH] do_clean: fix typo --- do_clean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do_clean b/do_clean index 99b732f..ab23480 100755 --- 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 -- 2.39.5