diff options
author | Max Horn | 2009-07-02 21:37:13 +0000 |
---|---|---|
committer | Max Horn | 2009-07-02 21:37:13 +0000 |
commit | cea01452a7b6cfe59646c43935cff5877c985c29 (patch) | |
tree | 5a1fc254bf7595840283cafcb483ade3606aa8de | |
parent | 8aa667e342e8c8dc203fb6811f01523bacfcffab (diff) | |
download | scummvm-rg350-cea01452a7b6cfe59646c43935cff5877c985c29.tar.gz scummvm-rg350-cea01452a7b6cfe59646c43935cff5877c985c29.tar.bz2 scummvm-rg350-cea01452a7b6cfe59646c43935cff5877c985c29.zip |
fixed indention (and trigger a reconfigure in buildbot)
svn-id: r42039
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -292,7 +292,7 @@ get_system_exe_extension() { # Show the configure help line for an option option_help() { - tmpopt=`echo $1 | sed 's/_/-/g'` + tmpopt=`echo $1 | sed 's/_/-/g'` option=`echo "--${tmpopt} " | sed "s/\(.\{23\}\).*/\1/"` echo " ${option} ${2}" } |