mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-19 20:09:06 +03:00
add SDL2 sources
This commit is contained in:
5
thirdparty/SDL2-src/build-scripts/showrev.sh
vendored
Executable file
5
thirdparty/SDL2-src/build-scripts/showrev.sh
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Print the current source revision, if available
|
||||
|
||||
hg parents --template 'hg-{rev}:{node|short}' || (echo "hg-0:baadf00d"; exit 1)
|
||||
Reference in New Issue
Block a user