1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-09 23:28:06 -05:00

Turn mkunxarc.sh back into an ordinary sh script.

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]
This commit is contained in:
Simon Tatham 2014-10-01 20:52:16 +00:00
parent 3fd8014ea7
commit 4c49e29b19

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Build a Unix source distribution from the PuTTY CVS area.
#