From: Benoît Presles Date: Fri, 2 May 2014 10:49:49 +0000 (+0200) Subject: for compatibility reasons I deleted the case insensitive search in OSX X-Git-Tag: v1.4.0~123 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=3f4410ba3fefedb44bbaffb51f9d86ed6e28ebdb;p=clitk.git for compatibility reasons I deleted the case insensitive search in OSX --- diff --git a/make_new_tool.sh b/make_new_tool.sh index 29ca0ee..a616e76 100755 --- a/make_new_tool.sh +++ b/make_new_tool.sh @@ -12,7 +12,7 @@ do cp $i ${i/FooImage/$1} if test "$(uname)" = "Darwin" then - sed -i "" "s/FooImage/$1/ig" ${i/FooImage/$1} + sed -i "" "s/FooImage/$1/g" ${i/FooImage/$1} else sed -i "s/FooImage/$1/ig" ${i/FooImage/$1} fi