~ubuntu-branches/ubuntu/saucy/devscripts/saucy

« back to all changes in this revision

Viewing changes to scripts/dcmd.sh

  • Committer: Steve Langasek
  • Date: 2012-01-24 18:54:51 UTC
  • mfrom: (10.9.8 sid)
  • Revision ID: steve.langasek@canonical.com-20120124185451-etgj6b2oici5e0k0
Merge version 2.11.3 from Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
                [ "$ARCHUDEB" = "0" ] || echo "newarg=\"\$newarg $THISARG\";"
160
160
                echo "SEEN_ARCHUDEB=1;"
161
161
            elif endswith "$THISARG" .tar.gz || \
 
162
                 endswith "$THISARG" .tar.xz || \
 
163
                 endswith "$THISARG" .tar.lzma || \
162
164
                 endswith "$THISARG" .tar.bz2; then
163
165
                [ "$TARBALL" = "0" ] || echo "newarg=\"\$newarg $THISARG\";"
164
166
                echo "SEEN_TARBALL=1;"