aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2018-02-21 14:16:40 -0800
committerAman Gupta <aman@tmm1.net>2018-02-21 14:16:40 -0800
commit8dfacb3989a5770b4c9827fc842eb33ca738de2e (patch)
treec970d13d2df25198cd07f455aeb71245b7b95fdd
parent16acaf66ecb16d26fa6098221c09259281392619 (diff)
remove trailing whitespace
-rwxr-xr-xmingw-w64-build4
1 files changed, 2 insertions, 2 deletions
diff --git a/mingw-w64-build b/mingw-w64-build
index 77571e8..d545ea4 100755
--- a/mingw-w64-build
+++ b/mingw-w64-build
@@ -28,7 +28,7 @@ show_help()
{
cat <<HELP
usage: mingw-w64-build [OPTION]... ARCH...
-Build the MinGW-w64 toolchain for ARCH(s) (i686 or x86_64).
+Build the MinGW-w64 toolchain for ARCH(s) (i686 or x86_64).
-h, --help display this help and exit
--version output version information and exit
@@ -74,7 +74,7 @@ clean_build()
rm -fr "$build_dir"
mkdir -p "$build_dir"
- cd "$build_dir" || error_exit
+ cd "$build_dir" || error_exit
}
download_sources()