Magellan Linux

Diff of /trunk/mage-buildserver/queue-list.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2862 by niro, Wed Feb 11 12:39:18 2015 UTC revision 2866 by niro, Sat Feb 14 11:48:47 2015 UTC
# Line 12  fi Line 12  fi
12    
13  for entry in $(find ${QUEUEDIR} -mindepth 1 -printf '%f\n' | sort -V)  for entry in $(find ${QUEUEDIR} -mindepth 1 -printf '%f\n' | sort -V)
14  do  do
15   echo -e "\t${entry}\t$(< ${QUEUEDIR}/${entry})"   echo -e "   ${entry}\t$(< ${QUEUEDIR}/${entry})"
16  done  done

Legend:
Removed from v.2862  
changed lines
  Added in v.2866