From 7824b23441c281de88e178ea2d21299ac969de32 Mon Sep 17 00:00:00 2001 From: wdlkmpx Date: Sat, 15 Apr 2017 00:34:14 +0800 Subject: [PATCH] rc.update: silence warning --- woof-code/rootfs-skeleton/etc/rc.d/rc.update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/woof-code/rootfs-skeleton/etc/rc.d/rc.update b/woof-code/rootfs-skeleton/etc/rc.d/rc.update index afd38cfaaef..21c15a41f00 100755 --- a/woof-code/rootfs-skeleton/etc/rc.d/rc.update +++ b/woof-code/rootfs-skeleton/etc/rc.d/rc.update @@ -23,7 +23,7 @@ basic_update() { echo -n " gtk-icon-cache" >/dev/console #note, can use --ignore-theme-index if want to... #'find' routine allows for space in dir name; ie "Puppy Standard". Note: bashism - find /usr/share/icons/* -print0 -maxdepth 0| while read -d $'\0' contents + find /usr/share/icons/* -maxdepth 0 -print0 | while read -d $'\0' contents do if [ -d "$contents" ]; then dir="$contents"