From 6cae404100c49073696a2b6912559366bc19290e Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sun, 16 Aug 2009 22:01:38 +0000 Subject: [PATCH] Use /home/verm in lieu of ~ as it won't get expanded. Originally committed to SVN as r3422. --- aegisub/tinderbox/unix/dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/tinderbox/unix/dist.sh b/aegisub/tinderbox/unix/dist.sh index 97af07fa7..dc52292d5 100755 --- a/aegisub/tinderbox/unix/dist.sh +++ b/aegisub/tinderbox/unix/dist.sh @@ -15,7 +15,7 @@ else BIN_MAKE="make" fi -ACLOCAL_FLAGS="-I ~/build/wx/share/aclocal" ./autogen.sh ${CONFIGURE_ARGS} || exit $? +ACLOCAL_FLAGS="-I ${HOME}/build/wx/share/aclocal" ./autogen.sh ${CONFIGURE_ARGS} || exit $? # XXX: Work around ancient versions of intltool (cough DEBIAN) touch intltool-update.in intltool-merge.in intltool-extract.in