From d36fb1f68ff2835f0739822524e4b3c4403e5029 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 2 Mar 2010 15:55:32 +0100 Subject: [PATCH] gsu: Use bash shebang. It's kind of pointless trying to be portable here. --- funcs/gsu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2