diff options
-rwxr-xr-x | Tools/scripts/addport | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/addport b/Tools/scripts/addport index 302052fae55d..1bd23955e32b 100755 --- a/Tools/scripts/addport +++ b/Tools/scripts/addport @@ -237,7 +237,7 @@ foreach my $thisdir (@dirs) { } # Get the category name and make it suitable for use with svn - my @categories = split(/ /, `make -VCATEGORIES`); + my @categories = split(/ /, `$make -VCATEGORIES`); my $category = $categories[0]; if ($interactive) { if (prompt("Port $portname will be put in category $category. OK? " )) { |