~wmills/ubuntu/lucid/gnome-terminal/proxy-wget-fix

« back to all changes in this revision

Viewing changes to debian/gnome-terminal.wrapper

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2009-06-17 00:35:48 UTC
  • mfrom: (1.3.31 upstream) (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090617003548-dj3mu2d8qwnfhaws
Tags: 2.26.2-1ubuntu1
* Re-base on Debian unstable (LP: #388048), remaining changes:
  - debian/control:
    + Add Vcs-Bzr info.
    + Build-depend on liblaunchpad-integration-dev.
  - debian/watch:
    + Watch unstable series.
  - debian/patches/01_lpi.patch:
    + Launchpad integration.
  - debian/patches/20_add_alt_screen_toggle_ui.patch:
    + Hook new vte alternate screen scrolling toggle via UI, 
      thanks to Heath Caldwell (LP: #106995).
  - debian/patches/99_autoreconf.patch:
    + Autotools update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
    }
58
58
    elsif ($opt eq '-e')
59
59
    {
60
 
        push(@args, '-x', @ARGV);
 
60
        $arg = shift(@ARGV);
 
61
        if (@ARGV)
 
62
        {
 
63
            push(@args, '-x', $arg, @ARGV);
 
64
            last;
 
65
        }
 
66
        else
 
67
        {
 
68
            push(@args, '-e', $arg);
 
69
        }
61
70
        last;
62
71
    }
63
72
    elsif ($opt eq '-h' || $opt eq '--help')