diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-25 19:51:19 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-25 19:51:19 (EDT) |
commit | db1a9aceffab0ef52e882d25649fbe03ca9c95af (patch) | |
tree | e02279c393c9e3dade690c3d1a71b3be6f00f9d1 /src | |
parent | d537ebc858c5ca0c881d7e2bb59c6650aab1c686 (diff) |
feed_download(): Delimit command operand
Diffstat (limited to 'src')
-rw-r--r-- | src/feed.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feed.sh b/src/feed.sh index f7ba942..8b27723 100644 --- a/src/feed.sh +++ b/src/feed.sh @@ -56,7 +56,7 @@ feed_download() rm -f -- "${list_file}.tmp" return 1 fi - rm -f "${list_file}.tmp" + rm -f -- "${list_file}.tmp" return 0 } |