Fix rpm2cpio.sh error exit on unrecognized compression
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 15 Mar 2012 09:41:40 +0000 (11:41 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 15 Mar 2012 09:41:40 +0000 (11:41 +0200)
commit1220f6642a4c9d1f9891e53b278ef2c35f2e4db0
treef19e53048666405d07cd8cb2542a6dc675fb6de8
parentff0eed0552d646d5efebb58468e3cf478437db47
Fix rpm2cpio.sh error exit on unrecognized compression

- This is not a function so it needs to be exit, not return.
  Reported as a side-note in RhBug:803421.
scripts/rpm2cpio.sh