guix package: Avoid 'exit' calls in 'delete-matching-generations'.
authorLudovic Courtès <ludo@gnu.org>
Mon, 6 Apr 2015 19:27:03 +0000 (21:27 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 6 Apr 2015 19:27:35 +0000 (21:27 +0200)
* guix/scripts/package.scm (delete-matching-generations): Remove call to
  'exit' when PATTERN is "0".  Call 'leave' instead of 'exit'
  when (null-list? number).


No differences found