Skip to content

Commit

Permalink
should be pipe, not comma
Browse files Browse the repository at this point in the history
  • Loading branch information
nickboldt committed Jun 23, 2015
1 parent 0cd9a4f commit b7d13aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish/rsync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ while [[ "$#" -gt 0 ]]; do
'-DBUILD_NUMBER','BUILD_NUMBER') BUILD_NUMBER="$2"; shift 1;;
'-DJOB_NAME','-JOB_NAME') JOB_NAME="$2"; shift 1;;
'-DWORKSPACE','-WORKSPACE') WORKSPACE="$2"; shift 1;;
'-d','--del') RSYNCFLAGS="${RSYNCFLAGS} --del"; shift 0;;
'-d'|'--del') RSYNCFLAGS="${RSYNCFLAGS} --del"; shift 0;;
*) RSYNCFLAGS="${RSYNCFLAGS} $1"; shift 0;;
esac
shift 1
Expand Down

0 comments on commit b7d13aa

Please sign in to comment.