From 3e323ee14b59f5c2340b603406173c9f35159a88 Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 4 Jan 2005 05:57:43 +0000 Subject: [PATCH] remove use of local --- lustrecvs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lustrecvs b/lustrecvs index 3253b89..9154775 100755 --- a/lustrecvs +++ b/lustrecvs @@ -48,11 +48,11 @@ esac cvs_cmd () { - local dir="$1" - local module="$2" - local tag="$3" - local cotag="" - local update="" + dir="$1" + module="$2" + tag="$3" + cotag="" + update="" if [ "$tag" = "HEAD" ] ; then cotag="" -- 1.8.3.1