X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=make_new_tool.sh;h=24f914e2d3e02a4036ec84a216d2add38035313e;hb=HEAD;hp=a616e768b1dab7401ad195d304b366072099dbb6;hpb=f6381b1392a2b4e14510a5a646386d76a2823f76;p=clitk.git diff --git a/make_new_tool.sh b/make_new_tool.sh index a616e76..24f914e 100755 --- a/make_new_tool.sh +++ b/make_new_tool.sh @@ -12,6 +12,8 @@ do cp $i ${i/FooImage/$1} if test "$(uname)" = "Darwin" then + echo $(pwd) + echo sed -i "" "s/FooImage/$1/g" ${i/FooImage/$1} sed -i "" "s/FooImage/$1/g" ${i/FooImage/$1} else sed -i "s/FooImage/$1/ig" ${i/FooImage/$1}