mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-13 17:47:12 -04:00
Fix build script not working with non-bash
This commit is contained in:
parent
4f660e4eb7
commit
d3a811cd1e
@ -171,7 +171,7 @@ git fetch --all
|
|||||||
git reset --hard origin/master
|
git reset --hard origin/master
|
||||||
LATEST=$(git rev-parse --short HEAD)
|
LATEST=$(git rev-parse --short HEAD)
|
||||||
|
|
||||||
function run_timed() {
|
run_timed() {
|
||||||
beg=`date +%s`
|
beg=`date +%s`
|
||||||
$1
|
$1
|
||||||
end=`date +%s`
|
end=`date +%s`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user