mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-19 08:27:40 +00:00
atari7800: display list, new memory map, logIllegal()
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
. ./scripts/env.sh
|
||||
VERSION=`git tag | tail -1`
|
||||
#VERSION=`git tag -l HEAD`
|
||||
#. ./scripts/env.sh
|
||||
#VERSION=`git tag | tail -1`
|
||||
VERSION=`git tag -l --points-at HEAD`
|
||||
if [ "$VERSION" == "" ]; then
|
||||
echo "No version at HEAD! Tag it first!"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user