From c5e983d6553093a25336a534b4f928383b009a37 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Fri, 9 Jun 2017 03:14:40 +0000 Subject: [PATCH] Tell us if a listed module doesn't exist Signed-off-by: Sven Dowideit --- scripts/build-common | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build-common b/scripts/build-common index e214d14..28a4462 100644 --- a/scripts/build-common +++ b/scripts/build-common @@ -69,6 +69,7 @@ move_files() { for i in $(<$module_list); do if [ ! -e $i ]; then + echo "WARNING move_files into $target, $i does not exist" continue fi