From 42af161625ffffc9f2d9bedfe2a6a303e7583a94 Mon Sep 17 00:00:00 2001 From: Harald Lapp Date: Wed, 28 Jun 2017 03:00:08 +0200 Subject: [PATCH] fixed indent --- rmate | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rmate b/rmate index 033e173..c2ac1e6 100755 --- a/rmate +++ b/rmate @@ -129,9 +129,9 @@ function dirpath { function canonicalize { filepath="$1" - if [[ "${filepath:0:1}" = "-" ]]; then - filepath="./$filepath" - fi + if [[ "${filepath:0:1}" = "-" ]]; then + filepath="./$filepath" + fi dir=`dirpath "$filepath"` if [ -L "$filepath" ]; then