pacman/scripts
Dave Reisner 60d2588192 parseopts: remove superfluous continue/shift statements
Fun fact about bash: the below is valid and will only ever print 'a'!

  fn() {
    continue 2
  }

  for x in {1..5}; do
    for y in {a..e}; do
      echo "$y"
      fn
    done
  done

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2013-01-03 12:03:09 +10:00
..
library parseopts: remove superfluous continue/shift statements 2013-01-03 12:03:09 +10:00
po Merge branch 'maint' 2012-05-20 17:41:21 -05:00
.gitignore rankmirrors: move to contrib/ 2012-04-24 20:33:08 -04:00
Makefile.am makepkg: allow debug package suffix to be configurable 2012-11-27 15:16:15 +10:00
makepkg.sh.in Update copyright year for 2013 2013-01-03 12:03:09 +10:00
pacman-db-upgrade.sh.in Update copyright year for 2013 2013-01-03 12:03:09 +10:00
pacman-key.sh.in Update copyright year for 2013 2013-01-03 12:03:09 +10:00
pacman-optimize.sh.in Update copyright year for 2013 2013-01-03 12:03:09 +10:00
pkgdelta.sh.in pkgdelta: avoid use of eval and IFS manipulation 2012-12-14 12:35:34 +10:00
repo-add.sh.in repo-add: quote filename for consistent output style 2012-11-27 15:16:15 +10:00