aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2010-10-18 17:42:24 +0000
committerEugene Sandulenko2010-10-18 17:42:24 +0000
commit5d08ad157d903c61d788edfee97854aa9a162503 (patch)
treebcf6e3a7de5b7111155fd197c1371f3c1153a40d
parentc360aa9d142f038785a9805972cc6950398a4443 (diff)
downloadscummvm-rg350-5d08ad157d903c61d788edfee97854aa9a162503.tar.gz
scummvm-rg350-5d08ad157d903c61d788edfee97854aa9a162503.tar.bz2
scummvm-rg350-5d08ad157d903c61d788edfee97854aa9a162503.zip
CONFIGURE: formatting fix (and kick the buildbot full rebuild)
svn-id: r53570
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index d38714e088..9ac414ee71 100755
--- a/configure
+++ b/configure
@@ -1176,10 +1176,10 @@ HOSTEXEEXT=$_exeext
# Determine separator used for $PATH
#
case $_host_os in
-os2-emx* )
+os2-emx*)
SEPARATOR=";"
;;
-* )
+*)
SEPARATOR=":"
;;
esac