From ee356f64232365058225b4ebb12e824a8c5b6a84 Mon Sep 17 00:00:00 2001 From: ischommer Date: Mon, 3 May 2010 01:46:27 +0000 Subject: [PATCH] MINOR Added querystring option to Makefile (from r103746) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.3@103895 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 91605e9..cebfac0 100644 --- a/Makefile +++ b/Makefile @@ -6,5 +6,4 @@ # test: - php ./sapphire/cli-script.php dev/build flush=1 - $(MAKE) -C sapphire test + $(MAKE) QUERYSTRING="$(QUERYSTRING)" -C sapphire test \ No newline at end of file