Use $* instead of $@.

This commit is contained in:
Michael Herzberg 2017-09-02 17:50:16 +01:00
parent 54475b97a8
commit d7dcfdbcbd
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ set -o nounset
printenv
"$BASEDIR/ExtensionCrawler/create-db" -t 1 -a "$ARCHIVE" -n $SGE_TASK_ID -N $MAX_SGE_TASK_ID $@
"$BASEDIR/ExtensionCrawler/create-db" -t 1 -a "$ARCHIVE" -n $SGE_TASK_ID -N $MAX_SGE_TASK_ID $*

View File

@ -30,4 +30,4 @@ ssh sharc.shef.ac.uk \
-j yes \
-o "$TARGETDIR/logs" \
"$TARGETDIR/ExtensionCrawler/sge/create-db.sge" \
$@
$*