From 2c75afd19063d02a725ae0cf0a8c3572b1f45a07 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 14 Mar 2018 08:38:34 +0100 Subject: bin/ii-connect: remove unnecessary "-regextype" from "find" --- bin/ii-connect | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/ii-connect') diff --git a/bin/ii-connect b/bin/ii-connect index 867381e..973b227 100755 --- a/bin/ii-connect +++ b/bin/ii-connect @@ -39,7 +39,6 @@ fi if [ "$1" = 'watch' ]; then while pgrep -x 'ii' > /dev/null; do find "${irc_dir}" \ - -regextype sed \ -type f \ -name 'out' \ -printf '%p\n' | \ -- cgit v1.2.3