From 5204d33af75cf85a7315543c4418bd02675a4715 Mon Sep 17 00:00:00 2001 From: gnosygnu Date: Sun, 7 Apr 2019 23:08:03 -0400 Subject: [PATCH] Dev: Fix more echo mistakes; rename boot.sh [#427] --- .../make/maven/{xowa_maven_boot.sh => xowa_maven_boot.txt} | 4 ++-- res/dev/make/maven/xowa_maven_readme.txt | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) rename res/dev/make/maven/{xowa_maven_boot.sh => xowa_maven_boot.txt} (89%) diff --git a/res/dev/make/maven/xowa_maven_boot.sh b/res/dev/make/maven/xowa_maven_boot.txt similarity index 89% rename from res/dev/make/maven/xowa_maven_boot.sh rename to res/dev/make/maven/xowa_maven_boot.txt index 228164f85..b3d52359b 100644 --- a/res/dev/make/maven/xowa_maven_boot.sh +++ b/res/dev/make/maven/xowa_maven_boot.txt @@ -15,7 +15,7 @@ export mvn=C:/xowa_dev/bin/apache_maven/bin/mvn # set "verbose=y" or "verbose=" export verbose= -echo '* XOWA: downloading latest xowa' +echo "* XOWA: downloading latest xowa" cd $root rm -rf ./src mkdir src @@ -23,7 +23,7 @@ cd src git clone https://github.com/gnosygnu/xowa.git cd .. -echo '* XOWA: copying maven files to root' +echo "* XOWA: copying maven files to root" cp -rf ./src/xowa/res/dev/make/maven/* ./ # run other shell scripts diff --git a/res/dev/make/maven/xowa_maven_readme.txt b/res/dev/make/maven/xowa_maven_readme.txt index 3f0633d93..ac9cfb4ef 100644 --- a/res/dev/make/maven/xowa_maven_readme.txt +++ b/res/dev/make/maven/xowa_maven_readme.txt @@ -61,7 +61,8 @@ Finally, note that directories are given for example purposes only. Feel free to https://github.com/mintty/mintty/issues/602 === Boot === -* Copy xowa_maven_boot.sh to C:\xowa_dev\xowa_maven_boot.sh +* Copy xowa_maven_boot.txt to C:\xowa_dev\xowa_maven_boot.txt +* Rename it to xowa_maven_boot.sh * Review all the exports and make sure they match ** The platform type (windows vs linux vs macosx) ** The directories on your machine