aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ef1b73b284..44733ee65e 100755
--- a/configure
+++ b/configure
@@ -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}"
}