From e3b00b206e50a1bd16dda93263a549f1d7dfdc55 Mon Sep 17 00:00:00 2001 From: Stuart Clark Date: Wed, 12 Nov 2014 14:18:57 +1100 Subject: [PATCH] 983: Fix for makefiles using querystrings --- commands/make/make.utilities.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/commands/make/make.utilities.inc b/commands/make/make.utilities.inc index 5778ec754b..07cc385dcb 100644 --- a/commands/make/make.utilities.inc +++ b/commands/make/make.utilities.inc @@ -26,11 +26,8 @@ function make_parse_info_file($makefile, $parsed = TRUE, $makefile_options = arr elseif (ParserYaml::supportedFile($makefile)) { $info = ParserYaml::parse($data); } - elseif ($makefile === '-') { - $info = _make_determine_format($data); - } else { - return drush_set_error('MAKE_INVALID_FORMAT', dt('Invalid file format: !makefile', array('!makefile' => $makefile))); + $info = _make_determine_format($data); } // $makefile_options are from projects[projectname][options][...] = value in