]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Turn mkunxarc.sh back into an ordinary sh script.
authorSimon Tatham <anakin@pobox.com>
Wed, 1 Oct 2014 20:52:16 +0000 (20:52 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 1 Oct 2014 20:52:16 +0000 (20:52 +0000)
It became bash-dependent in r9229 because I used a bashism to remove
the 'r' from the front of $SVN_REV, but that's not needed any more.

[originally from svn r10281]
[r9229 == bd60f2fc5ba21250ffb2c612397d02b109d2b24f]

mkunxarc.sh

index ad6c3e902d8dbabad4423b0b9dbdd4238e310a54..34aee8b234f3c37cf896e6deb7a071a1306c45e1 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash 
+#!/bin/sh
 
 # Build a Unix source distribution from the PuTTY CVS area.
 #