From 6118cbee11271be828e47dc2c051cc37ac48ac32 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Wed, 25 Sep 2013 00:50:07 +0000 Subject: Need proper parens --- minimunin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimunin b/minimunin index 778eabb..617c4bf 100755 --- a/minimunin +++ b/minimunin @@ -7,7 +7,7 @@ SYSCTL=/sbin/sysctl [ -f ${SYSCTL} ] || SYSCTL=/usr/sbin/sysctl # list plugins, read configs -PLUGINS=`/usr/bin/find ${PLUGIN_DIR} -type l -or -type f -not -name *_ -perm +111 -exec basename {} \; 2> /dev/null | /usr/bin/xargs` +PLUGINS=`/usr/bin/find ${PLUGIN_DIR} \( -type l -or -type f \) -not -name *_ -perm +111 -exec basename {} \; 2> /dev/null | /usr/bin/xargs` CONFIGS=`/usr/bin/find ${CONFIG_DIR} -type f -exec /usr/bin/grep -v -e ^\# -e ^$ {} \; -exec /bin/echo [] \; 2> /dev/null` main() { -- cgit v1.2.3