diff options
Diffstat (limited to 'etc/profile')
-rwxr-xr-x | etc/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile b/etc/profile index 76dc0d43..574d14dc 100755 --- a/etc/profile +++ b/etc/profile @@ -50,8 +50,8 @@ fi export PATH="/krebs/bin:$PATH" -test -e ~/TODO && cat ~/TODO >&2 echo '--' >&2 +test -e ~/TODO && cat ~/TODO >&2 set +u |