mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-13 01:26:50 -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
|
||||
LATEST=$(git rev-parse --short HEAD)
|
||||
|
||||
function run_timed() {
|
||||
run_timed() {
|
||||
beg=`date +%s`
|
||||
$1
|
||||
end=`date +%s`
|
||||
|
Loading…
x
Reference in New Issue
Block a user