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

remove use of local

parent 741e7200
No related branches found
No related tags found
No related merge requests found
......@@ -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=""
......
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