remove some garbage from http POST upload example

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
1_16_stable
Denys Vlasenko 2009-09-09 22:33:30 +02:00
parent 108b8c5367
commit e66ccfaa2c
1 changed files with 2 additions and 2 deletions

View File

@ -63,10 +63,10 @@ EOF
}
# Empty line + NOT delimiter. Save empty line,
# and go check next line
printf "%s\n" $'\r' -vC >&3
printf "%s\n" $'\r' >&3
done
# Not empty line - just save
printf "%s\n" "$line" -vC >&3
printf "%s\n" "$line" >&3
done 3>"$file"
cat <<EOF