From 478b2ead47a09956cadfacb8f469fb2fdee5531c Mon Sep 17 00:00:00 2001 From: clem Date: Fri, 24 Sep 2004 12:39:50 +0000 Subject: Denote the end of the xargs parameters, to avoid "xargs: invalid option -- v" kind of errors with old xargs. --- (limited to 'core') diff --git a/core/launcher/opie-taskbar.prerm b/core/launcher/opie-taskbar.prerm index 664160b..ae02235 100755 --- a/core/launcher/opie-taskbar.prerm +++ b/core/launcher/opie-taskbar.prerm @@ -1,5 +1,5 @@ #/bin/sh -find /etc -name [SK][0-9][0-9]opie | xargs rm -f +find /etc -name [SK][0-9][0-9]opie | xargs -- rm -f exit 0 -- cgit v0.9.0.2