Skip to content

Commit

Permalink
Fixing path to configure.in
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Nov 1, 2013
1 parent eb91fbd commit 24f838b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tarball
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 24f838b

Please sign in to comment.