mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-01 11:11:35 +00:00
fix typo
This commit is contained in:
parent
ae02c9f56e
commit
a2fd478196
@ -125,12 +125,12 @@ buildthemap()
|
||||
if [ -n "$IRCSPAM" ]; then
|
||||
pre2spam "$M" "$url$M-$blobhash.pk3" "$REFNAME" "$HASH" | $IRCSPAM
|
||||
fi
|
||||
t0=`date +$s`
|
||||
t0=`date +%s`
|
||||
(
|
||||
cd maps
|
||||
../../../misc/tools/xonotic-map-compiler "$M" `grep ^- "$M.map.options" | cut -d '#' -f 1` $override > "$M.log"
|
||||
)
|
||||
t1=`date +$s`
|
||||
t1=`date +%s`
|
||||
dt=$(($t1 - $t0))
|
||||
status=$?
|
||||
if [ -n "$IRCSPAM" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user