summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorKarel Zak2015-06-29 11:41:22 +0200
committerKarel Zak2015-06-29 12:03:43 +0200
commit9583461dea0388eb284051111a710447e1786c9c (patch)
treecb274085bfaae4b8d5ffcbdb1a73b59672e7b4a3 /autogen.sh
parentbuild-sys: use REALTIME_LIBS for script (diff)
downloadkernel-qcow2-util-linux-9583461dea0388eb284051111a710447e1786c9c.tar.gz
kernel-qcow2-util-linux-9583461dea0388eb284051111a710447e1786c9c.tar.xz
kernel-qcow2-util-linux-9583461dea0388eb284051111a710447e1786c9c.zip
build-sys: make autogen.sh more robust
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 546d468bb..d9a6dcc2f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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."