From 4c49e29b19a80220818ae009e0eb341ac13e29da Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 1 Oct 2014 20:52:16 +0000 Subject: [PATCH] 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] --- mkunxarc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. #