Skip to content

Commit

Permalink
JBIDE-20030 since --del is ignored, add -d flag too
Browse files Browse the repository at this point in the history
  • Loading branch information
nickboldt committed Jun 23, 2015
1 parent 282161c commit 00990ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions publish/rsync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +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') OPTIONS="${OPTIONS} --del"; shift 0;;
*) OPTIONS="${OPTIONS} $1"; shift 0;;
esac
shift 1
Expand Down

0 comments on commit 00990ee

Please sign in to comment.