Mercurial > ~dholland > hg > swallowtail > index.cgi
comparison configure @ 5:923ea629c29f
Use @SYMBOL@, not @@SYMBOL@@.
author | David A. Holland |
---|---|
date | Sun, 19 Feb 2012 19:51:21 -0500 |
parents | 5f36d8d69aba |
children | 62d82881799f |
comparison
equal
deleted
inserted
replaced
4:4ad503eccb9f | 5:923ea629c29f |
---|---|
112 # Generate config.* | 112 # Generate config.* |
113 | 113 |
114 echo 'Generating config.sed' | 114 echo 'Generating config.sed' |
115 | 115 |
116 cat > config.sed.new <<EOF | 116 cat > config.sed.new <<EOF |
117 s,@@PYTHON@@,$PYTHON, | 117 s,@PYTHON@,$PYTHON, |
118 s,@@SH@@,$SH, | 118 s,@SH@,$SH, |
119 EOF | 119 EOF |
120 | 120 |
121 mv -f config.sed.new config.sed | 121 mv -f config.sed.new config.sed |
122 | 122 |
123 echo 'Generating config.mk' | 123 echo 'Generating config.mk' |