mirror of
https://github.com/notwa/rc
synced 2025-03-09 20:02:51 -07:00
join a line in grab
for good measure
This commit is contained in:
parent
5a8736ea88
commit
6da00e039a
1 changed files with 1 additions and 2 deletions
3
sh/grab
3
sh/grab
|
@ -84,8 +84,7 @@ case "$fn" in
|
|||
([\":\<\>?\\\|]) false;;
|
||||
(?*) true;;
|
||||
(*) false;;
|
||||
esac || die
|
||||
touch -- "$fn" || die
|
||||
esac && touch -- "$fn" || die
|
||||
|
||||
will ensure supported protocols # busybox restricts this
|
||||
fx="$(esc "$fn")"
|
||||
|
|
Loading…
Add table
Reference in a new issue