cvs-admin.sh: Remove trailing empty lines

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-11-13 20:14:25 +00:00
commit 785b1929be

View file

@ -33,10 +33,8 @@ cmd_list_projects()
}
# ---------- here we go
cvsroot=/srv/cvs
projroot=$cvsroot/proj
cmd=${1/-/_}
shift
eval cmd_$cmd $@