[OpenWrt-Devel] [PATCH v4] base-files: add /etc/profile.d support
Bastian Bittorf
bittorf at bluebottle.com
Fri Sep 4 06:36:26 EDT 2015
* edgar.soldin at web.de <edgar.soldin at web.de> [04.09.2015 12:30]:
> note from a bystander. this looks wrong - path/file names containing spaces will be delimited by for. probably better use
for the sent patch this works:
root at box:~ touch "A 1"
root at box:~ touch "A 2"
root at box:~ for FILE in A*; do ls -l "$FILE"; done
-rw-r--r-- 1 root root 0 Sep 4 12:22 A 1
-rw-r--r-- 1 root root 0 Sep 4 12:22 A 2
bye, bastian
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list