~cjwatson/launchpad-buildd/local-snap-proxy

« back to all changes in this revision

Viewing changes to sudo-wrapper

  • Committer: Colin Watson
  • Date: 2018-02-27 14:06:36 UTC
  • mfrom: (215.2.111 launchpad-buildd)
  • Revision ID: cjwatson@canonical.com-20180227140636-f80jb5t2o3hyywpg
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
set -e
3
 
 
4
 
exec sudo -E "$@"