Remove $_gsu_self.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 31 Aug 2014 16:54:09 +0000 (18:54 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 31 Aug 2014 16:54:09 +0000 (18:54 +0200)
It has the same meaning as $gsu_name, so let's use $gsu_name
everywhere. Also avoid to call basename(1), as ${0##*/} does the same
and is cheaper.


No differences found