pineapple-src/externals/SDL/build-scripts/showrev.sh
2021-04-18 05:35:25 +02:00

5 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)