Browse Source

Fix typo

pull/15/head
10sr 9 years ago
parent
commit
d91538c3e8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shrc

+ 1
- 1
shrc View File

@@ -25,7 +25,7 @@ __match(){
expr "$1" : ".*$2.*" >/dev/null expr "$1" : ".*$2.*" >/dev/null
} }


__ln=$'\n'
__lf=$'\n'
__cr=$'\r' __cr=$'\r'


test -n "$TMP" || export TMP=/tmp/${USER}-tmp test -n "$TMP" || export TMP=/tmp/${USER}-tmp


Loading…
Cancel
Save