From 467d77bd0d191b38e5b2cc11e7ae4207fcb87b17 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 30 Aug 2015 10:53:54 -0400 Subject: more scripts: don't use the [[ bashism --- (limited to 'resources/scripts/helpers/build/module/grub') diff --git a/resources/scripts/helpers/build/module/grub b/resources/scripts/helpers/build/module/grub index 0e424a4..47589d5 100755 --- a/resources/scripts/helpers/build/module/grub +++ b/resources/scripts/helpers/build/module/grub @@ -33,7 +33,7 @@ printf "Building GRUB\n" cd "grub/" # clean it first -[[ -f Makefile ]] && make distclean +[ -f Makefile ] && make distclean # build grub ./autogen.sh -- cgit v0.9.1