From 24f838b3e36d927415226b883dba67573a73f16b Mon Sep 17 00:00:00 2001 From: kovzol Date: Fri, 1 Nov 2013 11:49:23 +0000 Subject: [PATCH] Fixing path to configure.in --- tools/tarball | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tarball b/tools/tarball index 4c23ecf8..bc0994c1 100755 --- a/tools/tarball +++ b/tools/tarball @@ -3,7 +3,7 @@ # Assumes that the directory name is xaos-code/tools where we currently are. # Be careful: this script will delete files without asking questions! -NAME=xaos-`cat configure.in | grep AC_INIT | cut -f2 -d, | sed s/"\["// | sed s/"\]"//` +NAME=xaos-`cat ../configure.in | grep AC_INIT | cut -f2 -d, | sed s/"\["// | sed s/"\]"//` test -x tarball || exit 1 # Sorry, this script should be run inside its directory.