From 07fca88e07bb5104346109eca8fdfa369bd69db7 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 11 Apr 2007 14:12:00 +0200 Subject: BUG#27701 don't pass arguments to sourced script if they're not modified as this is either a no-op (if done correctly), a different no-op with some shells (if done the bash way, but with correct quoting) or breaks arguments with whitespace for some shells (if done the bash way, without quotes). BUILD/compile-pentium-valgrind-max: remove no-op BUILD/compile-pentium64-max: remove bad things BUILD/compile-pentium64: remove bad things BUILD/compile-pentium: remove bad things --- BUILD/compile-pentium64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD/compile-pentium64') diff --git a/BUILD/compile-pentium64 b/BUILD/compile-pentium64 index bc6bbe4d089..3a8fad51fea 100755 --- a/BUILD/compile-pentium64 +++ b/BUILD/compile-pentium64 @@ -1,7 +1,7 @@ #! /bin/sh path=`dirname $0` -. "$path/SETUP.sh" $@ +. "$path/SETUP.sh" extra_flags="$pentium64_cflags $fast_cflags" extra_configs="$pentium_configs $static_link" -- cgit v1.2.1