From 366adc3bb07f0082c8417e60fe7fc41fff211123 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sun, 17 May 2015 22:48:59 +1000 Subject: libmakepkg: fix test style Signed-off-by: Allan McRae --- scripts/libmakepkg/util/message.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/libmakepkg/util/message.sh') diff --git a/scripts/libmakepkg/util/message.sh b/scripts/libmakepkg/util/message.sh index 15208ef8..c2c1982e 100644 --- a/scripts/libmakepkg/util/message.sh +++ b/scripts/libmakepkg/util/message.sh @@ -19,7 +19,7 @@ # along with this program. If not, see . # -[ -n "$LIBMAKEPKG_UTIL_MESSAGE_SH" ] && return +[[ -n "$LIBMAKEPKG_UTIL_MESSAGE_SH" ]] && return LIBMAKEPKG_UTIL_MESSAGE_SH=1 -- cgit v1.2.3-24-g4f1b