summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/skeleton/etc/profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/skeleton/etc/profile b/system/skeleton/etc/profile
index 3a97427fdf..1255d23ff4 100644
--- a/system/skeleton/etc/profile
+++ b/system/skeleton/etc/profile
@@ -8,7 +8,7 @@ if [ "$PS1" ]; then
fi
fi
-export PAGER='/bin/more '
+export PAGER='/bin/more'
export EDITOR='/bin/vi'
# Source configuration files from /etc/profile.d
@@ -16,5 +16,5 @@ for i in /etc/profile.d/*.sh ; do
if [ -r "$i" ]; then
. $i
fi
- unset i
done
+unset i
OpenPOWER on IntegriCloud