aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeranoe <zeranoe@gmail.com>2018-02-21 17:53:25 -0500
committerGitHub <noreply@github.com>2018-02-21 17:53:25 -0500
commit2a7e5d9e198941b05513b36d5d3d9b3bf266c4c4 (patch)
tree9eaec90c60ccdd35a5f975cab9383dcfc29de5ea
parent23a07d7ad6ef0488454bd556f30de9a28526e315 (diff)
parent8dfacb3989a5770b4c9827fc842eb33ca738de2e (diff)
Merge pull request #7 from tmm1/trailing-ws
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 8d56ef7..c74df8f 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()