Whamcloud - gitweb
remove use of local
authorjacob <jacob>
Tue, 4 Jan 2005 05:57:43 +0000 (05:57 +0000)
committerjacob <jacob>
Tue, 4 Jan 2005 05:57:43 +0000 (05:57 +0000)
lustrecvs

index 3253b89..9154775 100755 (executable)
--- 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=""