File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ grep CodeResources < "${TEMPLIST}" | while read i; do
40
40
RESOURCE=" ${TEMPDIR} /${OUTROOT} /${TARGETFILE} "
41
41
DIRNAME=" ` dirname " ${RESOURCE} " ` "
42
42
mkdir -p " ${DIRNAME} "
43
- echo " Adding resource for: " ${TARGETFILE} " "
43
+ echo " Adding resource for: \ "${TARGETFILE} \ ""
44
44
cp " ${i} " " ${RESOURCE} "
45
45
done
46
46
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ PREV_COMMIT=""
36
36
37
37
while true ; do
38
38
if [ " $CURRENT_COMMIT " = $VERIFIED_ROOT ]; then
39
- echo " There is a valid path from " $CURRENT_COMMIT " to $VERIFIED_ROOT where all commits are signed!"
39
+ echo " There is a valid path from \ "$CURRENT_COMMIT \ " to $VERIFIED_ROOT where all commits are signed!"
40
40
exit 0
41
41
fi
42
42
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ WGETOUT=$(wget -N "$HOST1$BASEDIR$SIGNATUREFILENAME" 2>&1)
87
87
# and then see if wget completed successfully
88
88
if [ $? -ne 0 ]; then
89
89
echo " Error: couldn't fetch signature file. Have you specified the version number in the following format?"
90
- echo " [$VERSIONPREFIX ]<version>-[$RCVERSIONSTRING [0-9]] (example: " $ VERSIONPREFIX" 0.10.4-" $ RCVERSIONSTRING" 1)"
90
+ echo " [$VERSIONPREFIX ]<version>-[$RCVERSIONSTRING [0-9]] (example: ${ VERSIONPREFIX} 0.10.4-${ RCVERSIONSTRING} 1)"
91
91
echo " wget output:"
92
92
echo " $WGETOUT " | sed ' s/^/\t/g'
93
93
exit 2
You can’t perform that action at this time.
0 commit comments