From be01d205565a2e0b303ac483d84f9068dcc7a3d8 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Sun, 31 Dec 2023 20:07:25 -0600 Subject: [PATCH] update-defines.sh didn't actually update if the remote repo changed. --- update-defines.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/update-defines.sh b/update-defines.sh index b1f184a..1b97adf 100755 --- a/update-defines.sh +++ b/update-defines.sh @@ -5,6 +5,10 @@ mkdir -p ${INC} if [[ ! -d merlin-code ]]; then git clone https://github.com/dwsJason/f256.git merlin-code +else + pushd merlin-code + git pull + popd fi pushd merlin-code/merlin32/jr