1
0
Fork 0
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:
Connor Olding 2025-03-02 11:01:23 -08:00
parent 5a8736ea88
commit 6da00e039a

View file

@ -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")"