skeleton: PAGER without blank and unset at end of for loop
authorFlorian La Roche <F.LaRoche@pilz.de>
Tue, 5 Jun 2018 13:47:45 +0000 (15:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 5 Jun 2018 16:50:49 +0000 (18:50 +0200)
commit903b8446a8db2aff042cdefd398d3598023bed0c
tree84daec795deb3afdca70df423683c68a37179978
parent13dbe73782c3555b382ea8ebd9cda34ac9ef5744
skeleton: PAGER without blank and unset at end of for loop

The PAGER environment variable is including a blank character at the
end. Remove this.
A for loop has been unsetting the variable inside the loop, this is only
needed once at the end of the loop.

Signed-off-by: Florian La Roche <F.LaRoche@pilz.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
system/skeleton/etc/profile