File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,11 +133,11 @@ if [ -z "$PROJECT" -o -z "$EMAIL" -o -z "$TOKEN" ]; then
133
133
exit 1
134
134
fi
135
135
136
- [ -n " QUIET" ] || echo " Compressing scan directory 'cov-int' into '$ARCHIVE '..."
136
+ [ -n " $ QUIET" ] || echo " Compressing scan directory 'cov-int' into '$ARCHIVE '..."
137
137
138
138
tar caf " $ARCHIVE " cov-int
139
139
140
- [ -n " QUIET" ] || echo " Submitting '$VERSION ' '$DESC '"
140
+ [ -n " $ QUIET" ] || echo " Submitting '$VERSION ' '$DESC '"
141
141
142
142
TMP=` mktemp --tmpdir curl-cov-submit-XXXXXX.html`
143
143
@@ -147,7 +147,7 @@ curl --form token="$TOKEN" --form email="$EMAIL" --form file=@"$ARCHIVE" \
147
147
-o $TMP ${QUIET: +-s} https://scan.coverity.com/builds? project=" $PROJECT " 2>&1 \
148
148
| quietfilter
149
149
150
- [ -n " QUIET" ] || grep -vE ' ^[[:space:]]*$' $TMP
150
+ [ -n " $ QUIET" ] || grep -vE ' ^[[:space:]]*$' $TMP
151
151
152
152
rm -f $TMP
153
153
You can’t perform that action at this time.
0 commit comments