[Scummvm-git-logs] scummvm master -> 3ed47e34a9e8ecf71f984b8c68656f97258b7ea2

bonki bonki at users.noreply.github.com
Fri Jun 29 18:53:58 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3ed47e34a9 CONFIGURE: JANITORIAL: Fix indentation


Commit: 3ed47e34a9e8ecf71f984b8c68656f97258b7ea2
    https://github.com/scummvm/scummvm/commit/3ed47e34a9e8ecf71f984b8c68656f97258b7ea2
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-06-29T18:53:31+02:00

Commit Message:
CONFIGURE: JANITORIAL: Fix indentation

Changed paths:
    configure


diff --git a/configure b/configure
index 418c945..9d1265f 100755
--- a/configure
+++ b/configure
@@ -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
 
 #





More information about the Scummvm-git-logs mailing list