1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2024-09-28 14:30:51 +00:00

Dev: Fix more echo mistakes; rename boot.sh [#427]

This commit is contained in:
gnosygnu 2019-04-07 23:08:03 -04:00
parent bc9e017906
commit 5204d33af7
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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