~ubuntu-branches/ubuntu/utopic/gitolite3/utopic

« back to all changes in this revision

Viewing changes to debian/gl-setup

  • Committer: Package Import Robot
  • Author(s): David Bremner
  • Date: 2013-05-18 17:59:21 UTC
  • Revision ID: package-import@ubuntu.com-20130518175921-42fll3tc3uo1vn9t
Tags: 3.5.1+4-1
* New upstream snapshot (commit: 2f48a3e0e169e) 
  (closes: #673867, #673850)
* Ask for admin key with priority high (closes: #699490)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
# wrapper script for gl-setup
 
3
# Copyright (C) 2010 Gerfried Fuchs <rhonda@deb.at>
 
4
# Licenced under WTFPLv2
 
5
 
 
6
PATH=/usr/share/gitolite:$PATH
 
7
export PATH
 
8
 
 
9
exec /usr/share/gitolite/gl-setup "$@"