Forgot some lines whoops
thanks alug!
This commit is contained in:
parent
8c459ed0e7
commit
4a9619e7df
1 changed files with 2 additions and 0 deletions
2
comptime.sh
Executable file → Normal file
2
comptime.sh
Executable file → Normal file
|
|
@ -14,6 +14,7 @@ versiongit() {
|
|||
//
|
||||
const char* compbranch = "$gitbranch";
|
||||
const char* comprevision = "${gitversion:0:8}";
|
||||
const char* complast = "deez nuts";
|
||||
EOF
|
||||
exit 0
|
||||
}
|
||||
|
|
@ -27,6 +28,7 @@ versionsvn() {
|
|||
//
|
||||
const char* compbranch = "Subversion";
|
||||
const char* comprevision = "r$svnrevision";
|
||||
const char* complast = "deez nuts";
|
||||
EOF
|
||||
exit 0
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue