diff options
author | krebs <krebs@UTART> | 2011-05-07 00:42:15 +0200 |
---|---|---|
committer | krebs <krebs@UTART> | 2011-05-07 00:42:15 +0200 |
commit | a4a8480fe818be00655c3afcacd03e2be826e25e (patch) | |
tree | e365a1b60ba162da171f5976eb8593312eb8fb5c /etc/profile | |
parent | 92d453a8eb1b56d3d2cc13ccf419aef19ff1d75f (diff) |
etc/profile: double-dash before TODO
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 |