pdq2s-MacBook-Pro-2:busy-bee-gs andy $ patch -p1 < make_fix.diff
patching file check_lang_compatibility.py
pdq2s-MacBook-Pro-2:busy-bee-gs andy $ make
echo "[Bundle] bundle/BusyBee-v5494M-h4a46f566a8bb.tar"
[Bundle] bundle/BusyBee-v5494M-h4a46f566a8bb.tar
python3 check_lang_compatibility.py lang/english.txt info.nut
** Comparing file lang/english.txt, current version and at revision 06b75370997d **
rm -rf "bundle"
mkdir -p "bundle/BusyBee-v5494M-h4a46f566a8bb/lang"
cp *.nut license.txt readme.txt "bundle/BusyBee-v5494M-h4a46f566a8bb"
cp lang/*.txt "bundle/BusyBee-v5494M-h4a46f566a8bb/lang"
sed -i 's/^PROGRAM_VERSION.*/PROGRAM_VERSION <- 5494;/' "bundle/BusyBee-v5494M-h4a46f566a8bb/info.nut"
sed: 1: "bundle/BusyBee-v5494M-h ...": undefined label 'undle/BusyBee-v5494M-h4a46f566a8bb/info.nut'
make: *** [bundle/BusyBee-v5494M-h4a46f566a8bb.tar] Error 1
pdq2s-MacBook-Pro-2:busy-bee-gs andy $