From 42273f00142cd868ed08bd533e2dce25fbcf11ff Mon Sep 17 00:00:00 2001 From: Martin Hierholzer <martin.hierholzer@desy.de> Date: Wed, 17 Aug 2016 14:56:18 +0200 Subject: [PATCH] fixed wrong quotes --- cmake/getDebianBuildVersion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/getDebianBuildVersion b/cmake/getDebianBuildVersion index ed030d35..a5c561bd 100755 --- a/cmake/getDebianBuildVersion +++ b/cmake/getDebianBuildVersion @@ -1,7 +1,7 @@ #!/bin/bash # obtain configuration -source "$(dirname \"$0\")/DebianPackaging.config" +source "$(dirname $0)/DebianPackaging.config" # check minimum number of command line parameters if [ $# -lt 3 ]; then -- GitLab