[Scummvm-git-logs] scummvm master -> 999ab43460c0a022623ce929cad5d9ca307dca70

sev- sev at scummvm.org
Sat Sep 10 23:34:11 CEST 2016


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:
999ab43460 CONFIGURE: Fix prepend_var and make it more portable


Commit: 999ab43460c0a022623ce929cad5d9ca307dca70
    https://github.com/scummvm/scummvm/commit/999ab43460c0a022623ce929cad5d9ca307dca70
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-09-10T23:33:45+02:00

Commit Message:
CONFIGURE: Fix prepend_var and make it more portable

Changed paths:
    configure



diff --git a/configure b/configure
index 7ac99d4..8315ba2 100755
--- a/configure
+++ b/configure
@@ -85,7 +85,7 @@ prepend_var() {
 	if eval test -z \"\$${VAR}\" ; then
 		eval ${VAR}='$@'
 	else
-		eval ${VAR}='$@' \"\$${VAR} \"
+		eval ${VAR}='$@'\" \$${VAR}\"
 	fi
 }
 





More information about the Scummvm-git-logs mailing list