Fix typo in package_nsis.sh

svn:r3977
This commit is contained in:
Nick Mathewson 2005-04-01 16:47:19 +00:00
parent 7d5411f51a
commit 998846f1d6

View File

@ -31,7 +31,7 @@ clean_localstatedir() {
perl -pe 's/^\n$/\r\n/mg; s/([^\r])\n$/\1\r\n/mg; s{\@LOCALSTATEDIR\@/(lib|log)/tor/}{C:\\Documents and Settings\\Application Data\\Tor\\}' $1 >$2
}
For fn in CLIENTS tor-spec.txt HACKING rend-spec.txt control-spec.txt \
for fn in CLIENTS tor-spec.txt HACKING rend-spec.txt control-spec.txt \
tor-doc.html tor-doc.css version-spec.txt; do
clean_newlines doc/$fn win_tmp/doc/$fn
done