diff options
Diffstat (limited to 'Mk/Scripts/functions.sh')
-rw-r--r-- | Mk/Scripts/functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/functions.sh b/Mk/Scripts/functions.sh index 0154237bce0a..3aeb9fbce1fe 100644 --- a/Mk/Scripts/functions.sh +++ b/Mk/Scripts/functions.sh @@ -25,7 +25,7 @@ parse_plist() { cwd=${PREFIX} cwd_save= commented_cwd= - while read line; do + while read -r line; do # Handle deactivated OPTIONS. Treat "@comment file" as being in # the plist so it does not show up as an orphan. PLIST_SUB uses # a @comment to deactive files. XXX: It would be better to |