]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commitdiff
Fiddle further with .htaccess: add some $s on the ends of the
authorSimon Tatham <anakin@pobox.com>
Mon, 5 Feb 2007 15:01:28 +0000 (15:01 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 5 Feb 2007 15:01:28 +0000 (15:01 +0000)
regexps to stop them matching the wrong files.

git-svn-id: http://svn.tartarus.org/sgt/putty@7229 cda61777-01e9-0310-a592-d414129be87e

Buildscr

index 1709131bc9b84dd2818cee89952809a5b09160eb..090e89a034b25005f61ced7935174fc4654fee54 100644 (file)
--- a/Buildscr
+++ b/Buildscr
@@ -99,6 +99,6 @@ deliver putty/windows/*.map maps-x86/$@
 in-dest . do echo "AddType application/octet-stream .chm" >> .htaccess
 in-dest . do echo "AddType application/octet-stream .hlp" >> .htaccess
 in-dest . do echo "AddType application/octet-stream .cnt" >> .htaccess
-in-dest . do set -- putty*.tar.gz; for k in '' .DSA .RSA; do echo RedirectMatch temp '(.*/)'putty.tar.gz$$k '$$1'"$$1$$k" >> .htaccess; done
+in-dest . do set -- putty*.tar.gz; for k in '' .DSA .RSA; do echo RedirectMatch temp '(.*/)'putty.tar.gz$$k\$$ '$$1'"$$1$$k" >> .htaccess; done
 # And one in the x86 directory, providing a link for the installer.
-in-dest x86 do set -- putty*installer.exe; for k in '' .DSA .RSA; do echo RedirectMatch temp '(.*/)'putty-installer.exe$$k '$$1'"$$1$$k" >> .htaccess; done
+in-dest x86 do set -- putty*installer.exe; for k in '' .DSA .RSA; do echo RedirectMatch temp '(.*/)'putty-installer.exe$$k\$$ '$$1'"$$1$$k" >> .htaccess; done