diff options
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -367,7 +367,7 @@ engine_disable() { # Show the configure help line for an option option_help() { - option=`echo "--$(echo $1 | sed 's/_/-/g') " | head -c 23` + option=`echo "--$(echo $1 | sed 's/_/-/g') " | sed "s/\(.\{23\}\).*/\1/"` echo " ${option} ${2}" } |