From e8fb17ba66643b87e02188e7a7a24883cd4cfd32 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Tue, 20 Sep 2011 21:44:53 +0200 Subject: [PATCH 1/1] grml2iso: fix check for grml2usb --- grml2iso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grml2iso b/grml2iso index 1236e2e..cdf9262 100755 --- a/grml2iso +++ b/grml2iso @@ -112,7 +112,7 @@ Options: # }}} # check for grml2usb {{{ - if [ ! -x "$(which $GRML2USB)" ] || [ ! -x "$GRML2USB" ] ; then + if [ ! -x "$(which $GRML2USB)" ] && [ ! -x "$GRML2USB" ] ; then echo >&2 "Error: Could not find grml2usb" if [ -x "./$GRML2USB" ] ; then echo >&2 "If you executed grml2iso from the grml2usb repository use" -- 2.1.4