From e28ea0740a7b4eb2ef4c1bd3079d77a40c6072b8 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 30 Oct 2011 20:03:33 +0100 Subject: Get rid of the symlink by moving the commands to gbp/scripts/ --- bin/git-dch | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/git-dch (limited to 'bin/git-dch') diff --git a/bin/git-dch b/bin/git-dch new file mode 100755 index 0000000..68eacd9 --- /dev/null +++ b/bin/git-dch @@ -0,0 +1,5 @@ +#! /usr/bin/python -u +import sys +from gbp.scripts.dch import main + +sys.exit(main(sys.argv)) -- cgit v1.2.3