From a994411e58376837c0063726f5c8152bc2cc3681 Mon Sep 17 00:00:00 2001 From: spacewander Date: Mon, 22 Jun 2020 09:59:59 +0800 Subject: [PATCH] git-cp: remove trailing space --- bin/git-cp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-cp b/bin/git-cp index c3d13ad..e05e7fc 100755 --- a/bin/git-cp +++ b/bin/git-cp @@ -13,7 +13,7 @@ function usage() while [[ $# -gt 0 ]] do key="$1" - + if [[ "$CURRENT_FILENAME" == "" ]]; then CURRENT_FILENAME=$key elif [[ "$DESTINATION_FILENAME" == "" ]]; then