aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrien Madgwick <[email protected]>2015-01-07 11:57:42 +1100
committerOrien Madgwick <[email protected]>2015-01-07 11:57:42 +1100
commit0e9500341639038042f6c25c9424e98a49f1135a (patch)
tree07b001d829506fe909306834a3bd6d671988eb15
parent82011d5a6d9e31d856897f69707ed88d29aed90a (diff)
downloadkerl-0e9500341639038042f6c25c9424e98a49f1135a.tar.gz
kerl-0e9500341639038042f6c25c9424e98a49f1135a.tar.bz2
kerl-0e9500341639038042f6c25c9424e98a49f1135a.zip
trailing white space
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index d3d06a0..8c630f0 100755
--- a/kerl
+++ b/kerl
@@ -456,7 +456,7 @@ kerl_deactivate()
fi
if [ -n "\$_KERL_ACTIVE_DIR" ]; then
unset _KERL_ACTIVE_DIR
- fi
+ fi
if [ -n "\$_KERL_SAVED_PS1" ]; then
PS1="\$_KERL_SAVED_PS1"
export PS1