diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-29 15:51:31 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-29 15:51:31 (GMT) |
commit | 57173bbe7a2ab94a35ec51832d713d88e2678351 (patch) | |
tree | 99a276106898b154bee02f50d661146bf5a01d5b | |
parent | 47902704240e057594074e4d24550112deb482ff (diff) |
fix name of script
-rwxr-xr-x | scripts/mingw-x-build-installer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mingw-x-build-installer.sh b/scripts/mingw-x-build-installer.sh index 0f6fc73..fb491f6 100755 --- a/scripts/mingw-x-build-installer.sh +++ b/scripts/mingw-x-build-installer.sh @@ -5,7 +5,7 @@ # # This script must be run from the OpenSCAD source root directory # -# Usage: ./scripts/mingw-x-build-release.sh +# Usage: ./scripts/mingw-x-build-installer.sh # # Result: binary installer in ./release_mingw32 directory # |