installerfw-sh-functions: add missing newlines
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 14 Feb 2014 16:01:58 +0000 (18:01 +0200)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 14 Feb 2014 16:13:51 +0000 (18:13 +0200)
commit5168e38e6397dc7285138a453af0461363dad262
tree3f3a5f03a60f86978afdc4342c905b950cadcedd
parent3ca0137416551a040177517d2e46bca18d24ff3d
installerfw-sh-functions: add missing newlines

Make sure the /etc/installerfw-environment contains the newline character at
the end. It is reasonable to expect the newline character at the end of text
files.

Additionally, fix code which calculates the lines count. We forgot the newline
character, which will make 'wc -l' return an off-by-one number.

Change-Id: I0e8f36f2be8e7b31a21ce1c6449bf23bb4f9d238
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
installerfw-sh-functions