diff options
author | Orien Madgwick <[email protected]> | 2015-01-07 11:57:42 +1100 |
---|---|---|
committer | Orien Madgwick <[email protected]> | 2015-01-07 11:57:42 +1100 |
commit | 0e9500341639038042f6c25c9424e98a49f1135a (patch) | |
tree | 07b001d829506fe909306834a3bd6d671988eb15 /kerl | |
parent | 82011d5a6d9e31d856897f69707ed88d29aed90a (diff) | |
download | kerl-0e9500341639038042f6c25c9424e98a49f1135a.tar.gz kerl-0e9500341639038042f6c25c9424e98a49f1135a.tar.bz2 kerl-0e9500341639038042f6c25c9424e98a49f1135a.zip |
trailing white space
Diffstat (limited to 'kerl')
-rwxr-xr-x | kerl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |