From: Andre Noll Date: Tue, 2 Mar 2010 14:55:32 +0000 (+0100) Subject: gsu: Use bash shebang. X-Git-Url: http://git.tuebingen.mpg.de/?p=gsu.git;a=commitdiff_plain;h=d36fb1f68ff2835f0739822524e4b3c4403e5029 gsu: Use bash shebang. It's kind of pointless trying to be portable here. --- diff --git a/funcs/gsu b/funcs/gsu index 9ee2d72..043676c 100644 --- a/funcs/gsu +++ b/funcs/gsu @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # gsu -- the global subcommand utility # (C) 2006-2009 Andre Noll