X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=bin%2Fmo-back-status;h=e3eecc69c36846056d80f4196eb02f0d18e760d4;hb=d2e4be15ac340a763aa9e6fbf18ea8c4c2078101;hp=bbc63ddda1eceee590f86315be080cbb471b69a2;hpb=fe656cf7925c03a47c0349d3168adfeda17e7ffa;p=eval.git diff --git a/bin/mo-back-status b/bin/mo-back-status index bbc63dd..e3eecc6 100755 --- a/bin/mo-back-status +++ b/bin/mo-back-status @@ -9,6 +9,11 @@ for m in `cd $1 ; echo *` ; do u=`basename $d` if [ $u != mo00 -a `ls $d | wc -l` -gt 0 ] ; then echo -n " $u" + if [ -d $d/.submit ] ; then + echo -n '(' + ( cd $d/.submit ; echo -n * ) + echo -n ')' + fi fi done echo