From c39509ffdf2f01fdac4ef95606c105e73af208cc Mon Sep 17 00:00:00 2001 From: David Wragg Date: Tue, 5 Jul 2011 16:15:30 +0100 Subject: Remove trailing whitespace --- etc/install-mingw.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 etc/install-mingw.sh (limited to 'etc') diff --git a/etc/install-mingw.sh b/etc/install-mingw.sh old mode 100755 new mode 100644 index af70576..ba00538 --- a/etc/install-mingw.sh +++ b/etc/install-mingw.sh @@ -3,7 +3,7 @@ if [ $# -ne 1 ] ; then echo "usage: install-mingw.sh " 1>&2 exit 1 -fi +fi unpack_dir=$1 @@ -67,7 +67,7 @@ for f in $download_dir/* ; do *.tar.lzma) tar -C $unpack_dir -xJf $f ;; - + *) echo "Don't know how to unpack $f" 1>&2 exit 1 -- cgit v1.2.1