mirror of
https://github.com/gnosygnu/xowa.git
synced 2024-10-27 20:34:16 +00:00
Dev: Fix more echo mistakes; rename boot.sh [#427]
This commit is contained in:
parent
bc9e017906
commit
5204d33af7
@ -15,7 +15,7 @@ export mvn=C:/xowa_dev/bin/apache_maven/bin/mvn
|
|||||||
# set "verbose=y" or "verbose="
|
# set "verbose=y" or "verbose="
|
||||||
export verbose=
|
export verbose=
|
||||||
|
|
||||||
echo '* XOWA: downloading latest xowa'
|
echo "* XOWA: downloading latest xowa"
|
||||||
cd $root
|
cd $root
|
||||||
rm -rf ./src
|
rm -rf ./src
|
||||||
mkdir src
|
mkdir src
|
||||||
@ -23,7 +23,7 @@ cd src
|
|||||||
git clone https://github.com/gnosygnu/xowa.git
|
git clone https://github.com/gnosygnu/xowa.git
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
echo '* XOWA: copying maven files to root'
|
echo "* XOWA: copying maven files to root"
|
||||||
cp -rf ./src/xowa/res/dev/make/maven/* ./
|
cp -rf ./src/xowa/res/dev/make/maven/* ./
|
||||||
|
|
||||||
# run other shell scripts
|
# run other shell scripts
|
@ -61,7 +61,8 @@ Finally, note that directories are given for example purposes only. Feel free to
|
|||||||
https://github.com/mintty/mintty/issues/602
|
https://github.com/mintty/mintty/issues/602
|
||||||
|
|
||||||
=== Boot ===
|
=== 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
|
* Review all the exports and make sure they match
|
||||||
** The platform type (windows vs linux vs macosx)
|
** The platform type (windows vs linux vs macosx)
|
||||||
** The directories on your machine
|
** The directories on your machine
|
||||||
|
Loading…
Reference in New Issue
Block a user