diff options
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -167,7 +167,7 @@ else fi for opt do - optarg=`expr "$opt" : '[^=]*=\(.*\)'` + optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` case "$opt" in --help|-h) show_help=yes ;; |