diff options
author | Eugene Sandulenko | 2010-10-18 17:42:24 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2010-10-18 17:42:24 +0000 |
commit | 5d08ad157d903c61d788edfee97854aa9a162503 (patch) | |
tree | bcf6e3a7de5b7111155fd197c1371f3c1153a40d | |
parent | c360aa9d142f038785a9805972cc6950398a4443 (diff) | |
download | scummvm-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-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1176,10 +1176,10 @@ HOSTEXEEXT=$_exeext # Determine separator used for $PATH # case $_host_os in -os2-emx* ) +os2-emx*) SEPARATOR=";" ;; -* ) +*) SEPARATOR=":" ;; esac |