diff configure @ 5:923ea629c29f

Use @SYMBOL@, not @@SYMBOL@@.
author David A. Holland
date Sun, 19 Feb 2012 19:51:21 -0500
parents 5f36d8d69aba
children 62d82881799f
line wrap: on
line diff
--- a/configure	Sun Feb 19 19:51:01 2012 -0500
+++ b/configure	Sun Feb 19 19:51:21 2012 -0500
@@ -114,8 +114,8 @@
 echo 'Generating config.sed'
 
 cat > config.sed.new <<EOF
-s,@@PYTHON@@,$PYTHON,
-s,@@SH@@,$SH,
+s,@PYTHON@,$PYTHON,
+s,@SH@,$SH,
 EOF
 
 mv -f config.sed.new config.sed