4 Apr
2020
4 Apr
'20
10:30 a.m.
I think this fixes it? Craig ice 139 % rcsdiff -u update.sh =================================================================== RCS file: RCS/update.sh,v retrieving revision 1.1 diff -u -r1.1 update.sh --- update.sh 2020/04/04 17:29:05 1.1 +++ update.sh 2020/04/04 17:29:11 @@ -2,6 +2,6 @@ set -x git fetch upstream git checkout master -git submodule update +git submodule update --recursive git merge upstream/master git push