From d3b2f6fcf263f0a460ab5e0083f0eac9742a0626 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 15 Mar 2011 13:39:58 +0100 Subject: Fix bashisms: superfluous leading function keyword. Thanks to 'themill'. --- xsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xsh') diff --git a/xsh b/xsh index 8a13134..d6273d4 100755 --- a/xsh +++ b/xsh @@ -2,11 +2,11 @@ SCRIPT=$(basename $0) -function usage () { +usage() { echo "Usage: $SCRIPT [--x] [--verbose] [[--su |{user}@]{host}] [--] [remote command...]" } -function termwrapper () { +termwrapper() { PRG=$@ titletext="$title $titleopt" if [ "$V" = 1 ]; then -- cgit v1.2.3