From: Ron Lee Date: Wed, 15 Jan 2003 22:50:23 +0000 (+0000) Subject: gah. escape $ in the here block. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dc5e3b9ec50104aca3b0c8f0c99f93b8d01ea041?ds=inline gah. escape $ in the here block. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wx-config.in b/wx-config.in index 0da7bf1344..7fd7a85af5 100755 --- a/wx-config.in +++ b/wx-config.in @@ -31,7 +31,7 @@ use it to enable builds with an uninstalled wxWindows version for package building and bleeding edge developers. To do so, use it like this: -${wx_builddir}/wx-config --prefix=${wx_srcdir} --exec-prefix=${wx_builddir} +\${wx_builddir}/wx-config --prefix=\${wx_srcdir} --exec-prefix=\${wx_builddir} Note that any other options supplied must come *after* the prefix specification for it to take effect.