X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;ds=sidebyside;f=.bashrc;fp=.bashrc;h=4cf2f830b39a8f7c8b7c933b17b28017fbcafd29;hb=4a40542bdd940f7b909aa24866e69b3a088253ac;hp=36326aa9dce70241276ecbf8971937c2866035ca;hpb=c9f0eb7cf3f7c36dacba8734374da593877c6463;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