From 13660734e81a8d35c7204fe05fb26068ad7bd19f Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Fri, 23 Sep 2011 05:23:01 +0200 Subject: Fix 'shopt: +s: invalid shell option name' error. --- bin/misc-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/misc-functions.sh') diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 7d858a28a..a54ce2b79 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -996,7 +996,7 @@ install_hooks() { ret=$(( $ret | $? )) fi done - shopt +s nullglob + shopt -u nullglob return $ret } -- cgit v1.2.3-1-g7c22