From: jacob Date: Tue, 4 Jan 2005 05:57:43 +0000 (+0000) Subject: remove use of local X-Git-Tag: v1_7_100~1711 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=3e323ee14b59f5c2340b603406173c9f35159a88 remove use of local --- 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=""