View | Details | Raw Unified | Return to issue 119248
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- a/main/fetch_tarballs.sh
0
++ b/main/fetch_tarballs.sh
Lines 187-195 download_and_check () Link Here
187
187
188
echo "downloading tar balls to $TARFILE_LOCATION"
188
echo "downloading tar balls to $TARFILE_LOCATION"
189
189
190
while read line ; do
190
while read line ;do
191
    # Remove leading and trailing space and comments
191
    # Remove leading and trailing space and icomments
192
    line=`echo $line | sed 's/^[[:space:]]*//;s/[[:space:]]*$//;s/[[:space:]]*#.*$//'`
192
    line=`echo $line | sed 's/^\s*//;s/\s*$//;s/\s*#.*$//'`
193
    case $line in
193
    case $line in
194
        # Ignore empty lines.
194
        # Ignore empty lines.
195
        '')
195
        '')

Return to issue 119248