From fe0984d727c500da187add4809c658849cbf84c4 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Fri, 13 Jun 2014 00:13:45 +0200 Subject: [PATCH] Let all.sh work without shell expansion --- tests/scripts/all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index d01dc259e3..c88757ce57 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -42,8 +42,8 @@ cleanup() make clean find -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} \+ rm -f include/Makefile include/polarssl/Makefile programs/*/Makefile - git update-index --no-skip-worktree {.,library,programs,tests}/Makefile - git checkout -- {.,library,programs,tests}/Makefile + git update-index --no-skip-worktree Makefile library/Makefile programs/Makefile tests/Makefile + git checkout -- Makefile library/Makefile programs/Makefile tests/Makefile } msg()