summaryrefslogtreecommitdiff
path: root/scripts/update-patches2
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update-patches2')
-rw-r--r--scripts/update-patches22
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-patches2 b/scripts/update-patches2
index 8f8711af7..2b8349bcf 100644
--- a/scripts/update-patches2
+++ b/scripts/update-patches2
@@ -25,7 +25,7 @@ export CURDIR PATCH_LIST
mksh "${TOPDIR}"/scripts/update-patches |&
first=1
set -A toedit
-while IFS= read -p -r; do
+while IFS= read -p -d '' -r; do
if (( first )); then
if [[ $REPLY = FAIL ]]; then
rm -rf "${WRKDIR1}.orig"