]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: make autogen.sh more robust
authorKarel Zak <kzak@redhat.com>
Mon, 29 Jun 2015 09:41:22 +0000 (11:41 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 29 Jun 2015 10:03:43 +0000 (12:03 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
autogen.sh

index 546d468bb661501d670c541f37cfee21772b27ff..d9a6dcc2f85f8129e413838cfe08afe41920e82b 100755 (executable)
@@ -116,7 +116,7 @@ autoheader $AH_OPTS
 
 automake --add-missing $AM_OPTS
 
-cd $THEDIR
+cd "$THEDIR"
 
 echo
 echo "Now type '$srcdir/configure' and 'make' to compile."