aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2009-07-02 21:37:13 +0000
committerMax Horn2009-07-02 21:37:13 +0000
commitcea01452a7b6cfe59646c43935cff5877c985c29 (patch)
tree5a1fc254bf7595840283cafcb483ade3606aa8de
parent8aa667e342e8c8dc203fb6811f01523bacfcffab (diff)
downloadscummvm-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0d2af6ab4e..b2a94bf9dd 100755
--- a/configure
+++ b/configure
@@ -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}"
}