shell.req: fixed bug: read does need final newline
This commit is contained in:
parent
45ac74978f
commit
d77304d084
@ -125,7 +125,7 @@ ShellReq()
|
||||
|
||||
init_workdir
|
||||
|
||||
printf %s "$out" |
|
||||
printf '%s\n' "$out" |
|
||||
while read -r t r; do
|
||||
case "$t" in
|
||||
executable) printf '%s\t%s\n' "$f" "$r" >>"$workdir"/req ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user