klte-common: set INITIAL_COPYRIGHT_YEAR in setup-makefiles.sh

Change-Id: I001ff6a5f3ab21ec25159ed462826e9061a48eca
This commit is contained in:
Kevin F. Haggerty 2017-01-16 21:52:32 -07:00
parent e831cc5130
commit 44fd7b1e96
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
set -e
export INITIAL_COPYRIGHT_YEAR=2014
# Load extract_utils and do some sanity checks
MY_DIR="${BASH_SOURCE%/*}"
if [[ ! -d "$MY_DIR" ]]; then MY_DIR="$PWD"; fi