summaryrefslogtreecommitdiff
path: root/etc/install-mingw.sh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/install-mingw.sh')
-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