Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2014-10-02 00:52:16 +0400
committerSimon Tatham <anakin@pobox.com>2014-10-02 00:52:16 +0400
commit4c49e29b19a80220818ae009e0eb341ac13e29da (patch)
treedf6bcc123023b8718fb05a1a630163d39cf23bd7 /mkunxarc.sh
parent3fd8014ea7235d0ec34e8f97a34f3ecf576e8239 (diff)
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]
Diffstat (limited to 'mkunxarc.sh')
-rwxr-xr-xmkunxarc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkunxarc.sh b/mkunxarc.sh
index ad6c3e90..34aee8b2 100755
--- a/mkunxarc.sh
+++ b/mkunxarc.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Build a Unix source distribution from the PuTTY CVS area.
#