cms-gem-detqc-project / CMS_GEM_Analysis_Framework

Analysis framework for the CMS GEM collaboration
GNU General Public License v3.0
0 stars 4 forks source link

improper shell variable, fixed #7

Closed bdorney closed 7 years ago

bdorney commented 7 years ago

Description

Wrong shell variable $GEM_BASE was referenced instead of $FRAMEWORK_BASE in several scripts. Fixed.

Types of changes

Motivation and Context

Scripts had outdated shell variable $GEM_BASE instead of $FRAMEWORK_BASE

How Has This Been Tested?

Change is trivial

Checklist: