From d05d5f594b0c20d7585efb608dcb575104e96f6a Mon Sep 17 00:00:00 2001 From: o9000 Date: Mon, 26 Jun 2017 22:36:42 +0200 Subject: [PATCH] Revert change to ubuntu script --- packaging/make_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/make_ubuntu.sh b/packaging/make_ubuntu.sh index 60f8f26..4603cdc 100755 --- a/packaging/make_ubuntu.sh +++ b/packaging/make_ubuntu.sh @@ -14,7 +14,7 @@ else fi # Get version (and check that the repository is clean) -VERSION=$(../get_version.sh --strict ../) +VERSION=$(../get_version.sh --strict) if [ ! $? -eq 0 ] then echo >&2 "Error: get_version.sh failed!"