update-defines.sh didn't actually update if the remote repo changed.
This commit is contained in:
parent
f6f5d4163c
commit
be01d20556
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ mkdir -p ${INC}
|
||||||
|
|
||||||
if [[ ! -d merlin-code ]]; then
|
if [[ ! -d merlin-code ]]; then
|
||||||
git clone https://github.com/dwsJason/f256.git merlin-code
|
git clone https://github.com/dwsJason/f256.git merlin-code
|
||||||
|
else
|
||||||
|
pushd merlin-code
|
||||||
|
git pull
|
||||||
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pushd merlin-code/merlin32/jr
|
pushd merlin-code/merlin32/jr
|
||||||
|
|
Loading…
Add table
Reference in a new issue