]> git.saurik.com Git - wxWidgets.git/commitdiff
gah. escape $ in the here block.
authorRon Lee <ron@debian.org>
Wed, 15 Jan 2003 22:50:23 +0000 (22:50 +0000)
committerRon Lee <ron@debian.org>
Wed, 15 Jan 2003 22:50:23 +0000 (22:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wx-config.in

index 0da7bf134460d20c76036c48f6a44e5b3aaf332b..7fd7a85af5aa383a55994a783f3da677422008b1 100755 (executable)
@@ -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.