~ubuntu-branches/ubuntu/wily/playonlinux/wily-proposed

« back to all changes in this revision

Viewing changes to .pc/x-terminal-emulator.diff/lib/variables

  • Committer: Package Import Robot
  • Author(s): Bertrand Marc
  • Date: 2011-12-10 15:48:27 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20111210154827-z9pylhgrahjh7eu1
Tags: 4.0.14-1
* New upstream release.
* Add the new TRANSLATORS file to debian/playonlinux.docs.
* Refresh patches/x-terminal-emulator.diff.
* Install etc/playonlinux.gpg to verify downloaded scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        eval_gettext() { printf "$@"; }
35
35
fi
36
36
 
37
 
which shasum > /dev/null || shasum () { sha1sum "$@"; }
 
37
which shasum > /dev/null 2> /dev/null || shasum () { sha1sum "$@"; }
38
38
 
39
39
### POL Proxy Settings
40
40
if [ -e "$REPERTOIRE/configurations/options/proxy" ]