From: Mike Frysinger Date: Tue, 20 Sep 2011 21:23:50 +0000 (-0400) Subject: fix gbugz->bugz X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=bfa4581f0d4e5f094a43665802da8c6eeff01526;p=home.git fix gbugz->bugz --- diff --git a/.bin/gbugz b/.bin/gbugz index 9dbec05..3d9d1b3 100755 --- a/.bin/gbugz +++ b/.bin/gbugz @@ -1,2 +1,3 @@ #!/bin/sh -exec ${0#g} -u vapier@gentoo.org "$@" +exe=${0##*/} +exec ${exe#g} -u vapier@gentoo.org "$@"