Files
commandergenius/project/jni/sdl-2.0/build-scripts/showrev.sh
Gerhard Stein 2ecfbd1189 Updated SDL2
2020-09-28 16:41:30 +02:00

6 lines
143 B
Bash
Executable File

#!/bin/sh
#
# Print the current source revision, if available
hg parents --template 'hg-{rev}:{node|short}' || (echo "hg-0:baadf00d"; exit 1)