From 1a23a3bb962aa86d4bfcce7fb6af002605036d5a Mon Sep 17 00:00:00 2001 From: matthewt Date: Fri, 22 Aug 2008 18:28:39 +0000 Subject: don't exclude widgets anymore from rclass to moose helper --- script/rclass_back_to_moose_helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script') diff --git a/script/rclass_back_to_moose_helper.sh b/script/rclass_back_to_moose_helper.sh index 9beb7df..d2a15b1 100755 --- a/script/rclass_back_to_moose_helper.sh +++ b/script/rclass_back_to_moose_helper.sh @@ -1,3 +1,3 @@ #!/bin/sh -find lib -type 'f' | egrep -v '/Widget(\.|/)' | xargs perl script/rclass_back_to_moose.pl +find lib -type 'f' | xargs perl script/rclass_back_to_moose.pl -- cgit v1.2.3-54-g00ecf