From a06235e536f608791aa568f6cafe23bfb20fd851 Mon Sep 17 00:00:00 2001 From: Stefan Naewe Date: Wed, 11 Jan 2012 17:27:05 +0100 Subject: [PATCH] adc: make 'help' work when HELP_LIST_DEFAULT is set to 0 Signed-off-by: Stefan Naewe --- contrib/adc/help | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/adc/help b/contrib/adc/help index b8d4482..9c2289e 100755 --- a/contrib/adc/help +++ b/contrib/adc/help @@ -4,7 +4,7 @@ # the help adc now takes some options; we need to process them first -[ "$1" = "-list" -o $HELP_LIST_DEFAULT ] && { +[ "$1" = "-list" -o "$HELP_LIST_DEFAULT" = "1" ] && { # the GL_ADC_PATH directory has files other than ADCs also, notably the # include file for shell ADCs, and maybe a README or two. Those should be # chmod -x.