From: Simon Rit Date: Sun, 4 Dec 2011 16:35:50 +0000 (+0100) Subject: Subdirectory filters has been removed X-Git-Tag: v1.3.0~156 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=cc3f1a5d0b32bebe5207ee30fe355fc2ce386f2a;p=clitk.git Subdirectory filters has been removed --- diff --git a/make_new_tool.sh b/make_new_tool.sh index 950df79..f2b5484 100755 --- a/make_new_tool.sh +++ b/make_new_tool.sh @@ -6,7 +6,7 @@ then exit 1 fi -find filters tools -name "clitkFooImage*" | +find tools -name "clitkFooImage*" | while read i do cp $i ${i/FooImage/$1}