~brendan-donegan/click/deb_control_columns

« back to all changes in this revision

Viewing changes to run-click

  • Committer: Colin Watson
  • Date: 2014-03-05 15:28:25 UTC
  • mto: This revision was merged to the branch mainline in revision 354.
  • Revision ID: cjwatson@canonical.com-20140305152825-1nctjs2h41rwxicm
Add a run-click script to run bin/click from the build tree; useful during development.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
set -e
 
3
 
 
4
LD_LIBRARY_PATH=lib/click/.libs GI_TYPELIB_PATH=lib/click bin/click "$@"