mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-07 04:40:43 +08:00
Update travis-upload.sh
This commit is contained in:
@@ -15,7 +15,7 @@ COMMITHASH=$(git rev-parse --short HEAD)
|
||||
PREFIX=$DAYSSINCERELEASE-$(date +"%H-%M")
|
||||
POSTFIX=$COMMITHASH
|
||||
|
||||
while [ -n $1 ]; do
|
||||
while [ "$1" != "" ]; do
|
||||
FNAME=$1
|
||||
FILE_BASE=${FNAME%.*}
|
||||
FILE_EXT="${FNAME##*.}"
|
||||
|
||||
Reference in New Issue
Block a user