From d91538c3e81d4404598e4672b3f9ed1295509db9 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 9 Sep 2015 18:06:39 +0900 Subject: [PATCH] Fix typo --- shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shrc b/shrc index 14e8d35..6cc4474 100755 --- a/shrc +++ b/shrc @@ -25,7 +25,7 @@ __match(){ expr "$1" : ".*$2.*" >/dev/null } -__ln=$'\n' +__lf=$'\n' __cr=$'\r' test -n "$TMP" || export TMP=/tmp/${USER}-tmp