X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=.bashrc;h=4cf2f830b39a8f7c8b7c933b17b28017fbcafd29;hb=88f6cc4e1026d93024961c054dc5b6f52ea09e31;hp=36326aa9dce70241276ecbf8971937c2866035ca;hpb=d00018120bc66179cad7722f2585a8ac2744439e;p=nethome.git diff --git a/.bashrc b/.bashrc index 36326aa..4cf2f83 100644 --- a/.bashrc +++ b/.bashrc @@ -93,7 +93,7 @@ function edall { done }; export -f edall function mi { ( - set -ex;cd "$1";while true;do test "$PWD" != "/";if [ -e configure.in ];then break;fi;cd ..;done;make install; + set -ex;cd "$1";while true;do test "$PWD" != "/";if [ -e configure.in -o -e Makefile.PL ];then break;fi;cd ..;done;make install; ); };export -f mi ulimit -c 0