From 8fd77d212bc749e4fc4eac7d9affa4fd1b9e2c11 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 14 Apr 2011 10:20:04 +0000 Subject: [PATCH] Quote the script path, that can contain spaces. --- Scripts/developer_scripts/create_cgal_test_with_cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/developer_scripts/create_cgal_test_with_cmake b/Scripts/developer_scripts/create_cgal_test_with_cmake index bfe9f0addd8..0b7e222cbd7 100755 --- a/Scripts/developer_scripts/create_cgal_test_with_cmake +++ b/Scripts/developer_scripts/create_cgal_test_with_cmake @@ -1,3 +1,3 @@ #!/bin/sh -exec ${0%_with_cmake} ${1+"$@"} +exec "${0%_with_cmake}" ${1+"$@"}