Handle absence of Z7 incrementals

This commit is contained in:
Dan Stillman 2024-08-09 05:20:58 +01:00
parent 4816eed0f4
commit 5d54b4d37d

View file

@ -84,6 +84,8 @@ if [ "$VERSION" ]; then
elif [ "$NUM_VERSIONS" -gt 0 ]; then
# TEMP: Don't include 6.0 versions
#tail -n $NUM_VERSIONS "$INCR_PATH"
set +e
tail -n $NUM_VERSIONS "$INCR_PATH" | grep -v '^6\.0'
set -e
fi
rm "$INCR_PATH"