10 Jul 2012

libbash weekly report #7

Progress of previous week

  for arg;
      do echo $arg;
  done
  if [[ 1 == 1 &&
      1 == 1 ]]; then echo "Should print this"; fi

Plan for this week

Have yet to search for more useful things to fix or implement.

For now I already have one thing to fix, there's a problem in function names starting with a keyword, like do-func. This isn't very relevant, but happens at least in one eclass.

https://github.com/Aparicio99/libbash