diff options
author | Adrian Frühwirth | 2018-06-29 18:53:31 +0200 |
---|---|---|
committer | Adrian Frühwirth | 2018-06-29 18:53:31 +0200 |
commit | 3ed47e34a9e8ecf71f984b8c68656f97258b7ea2 (patch) | |
tree | 0a2ff95908ffd0c27934dd903e5c36939a399773 /configure | |
parent | 56e26add35baf93760f063f97584b14ad0a9bcc9 (diff) | |
download | scummvm-rg350-3ed47e34a9e8ecf71f984b8c68656f97258b7ea2.tar.gz scummvm-rg350-3ed47e34a9e8ecf71f984b8c68656f97258b7ea2.tar.bz2 scummvm-rg350-3ed47e34a9e8ecf71f984b8c68656f97258b7ea2.zip |
CONFIGURE: JANITORIAL: Fix indentation
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2102,11 +2102,11 @@ echo $_no_undefined_var_template echo_n "Checking for $_host_alias-strings... " >> "$TMPLOG" if `which $_host_alias-strings >/dev/null 2>&1`; then -_strings=$_host_alias-strings -echo yes >> "$TMPLOG" + _strings=$_host_alias-strings + echo yes >> "$TMPLOG" else -_strings=strings -echo no >> "$TMPLOG" + _strings=strings + echo no >> "$TMPLOG" fi # |