summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDavid Wragg <david@rabbitmq.com>2011-07-05 16:15:30 +0100
committerDavid Wragg <david@rabbitmq.com>2011-07-05 16:15:30 +0100
commitc39509ffdf2f01fdac4ef95606c105e73af208cc (patch)
tree9fe3c16039562487ff7da4e5d8d5a14aa66ea918 /etc
parenta8e182de64acafd27fd870692ff6cd6678726ead (diff)
downloadrabbitmq-c-github-ask-c39509ffdf2f01fdac4ef95606c105e73af208cc.tar.gz
Remove trailing whitespace
Diffstat (limited to 'etc')
-rw-r--r--[-rwxr-xr-x]etc/install-mingw.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/install-mingw.sh b/etc/install-mingw.sh
index af70576..ba00538 100755..100644
--- a/etc/install-mingw.sh
+++ b/etc/install-mingw.sh
@@ -3,7 +3,7 @@
if [ $# -ne 1 ] ; then
echo "usage: install-mingw.sh <destination directory>" 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