From 35259d102815b2ae876350d92213f88510232f83 Mon Sep 17 00:00:00 2001 From: paltherr Date: Mon, 12 Jan 2004 15:22:19 +0000 Subject: - Chaned to use website.sh instead of website-b... - Chaned to use website.sh instead of website-build.sh --- support/scripts/website-build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'support/scripts') diff --git a/support/scripts/website-build b/support/scripts/website-build index e11b716477..af45faaa88 100755 --- a/support/scripts/website-build +++ b/support/scripts/website-build @@ -4,7 +4,8 @@ ############################################################################## # $Id$ -source $0.sh; -${0##*/} "$@"; +program="${0##*/}"; +source "${0%/*}/${program%%-*}.sh"; +"$program" "$@"; ############################################################################## -- cgit v1.2.3