Skip to content
Snippets Groups Projects
Commit 3e323ee1 authored by jacob's avatar jacob
Browse files

remove use of local

parent 741e7200
No related merge requests found
...@@ -48,11 +48,11 @@ esac ...@@ -48,11 +48,11 @@ esac
cvs_cmd () cvs_cmd ()
{ {
local dir="$1" dir="$1"
local module="$2" module="$2"
local tag="$3" tag="$3"
local cotag="" cotag=""
local update="" update=""
if [ "$tag" = "HEAD" ] ; then if [ "$tag" = "HEAD" ] ; then
cotag="" cotag=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment