X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=src%2Fscripts%2Fgen-client-configure;fp=src%2Fscripts%2Fgen-client-configure;h=eb6bba5ef33d3408f1c60f85e01e3b4d6ff433db;hp=952b7a0d619c7e71cfc460c3485c5ef30881bd86;hb=30382d9d03f8aa19f1f8434460593199b8fa0326;hpb=0447b529bd30c4bd2123cbb3384ea5f0a472b3a7 diff --git a/src/scripts/gen-client-configure b/src/scripts/gen-client-configure index 952b7a0d6..eb6bba5ef 100755 --- a/src/scripts/gen-client-configure +++ b/src/scripts/gen-client-configure @@ -5,8 +5,8 @@ if [ $# = 0 ]; then exit 1 fi -cd $1-$2 -printf "%s" $2 >.tarball-version +cd "$1-$2" +printf "%s" "$2" >.tarball-version cat m4/*.m4 >aclocal.m4 autoconf autoheader