--Bug fixes

-Custom palettes were not being read correctly on non ANSI machines.

--Code changes
 -Prepare files for next release.
This commit is contained in:
Person
2020-02-25 18:31:44 -08:00
parent 87a8161fe4
commit c50568a98b
8 changed files with 15 additions and 7 deletions

View File

@ -22,7 +22,7 @@ do
;;
--*) echo "bad option $1"; exit 1
;;
*) echo "unrecognised argument $1"; exit 1
*) echo "unrecognized argument $1"; exit 1
;;
esac
shift