broken IFS fixed

This commit is contained in:
James Tomasino 2018-12-02 18:03:47 -05:00
parent 7d86ed6d81
commit f89ce78582
1 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ check_log () {
else
# check each unpublished message for sending
IFS='
'
'
for u in $uniq
do
printf "\\n Send message %s? " "$(basename "$u" | sed 's/\.[^.]*$//')"
@ -176,7 +176,7 @@ main() {
fi
else
IFS='
'
'
for f in $ships
do
if [ -z "$arg_ship" ] || [ "$f" = "$arg_ship" ]; then