1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-08 08:58:00 +00: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 == bd60f2fc5b]
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.
#