git-cp: remove trailing space

This commit is contained in:
spacewander 2020-06-22 09:59:59 +08:00
parent f06ba9f70b
commit a994411e58

View file

@ -13,7 +13,7 @@ function usage()
while [[ $# -gt 0 ]]
do
key="$1"
if [[ "$CURRENT_FILENAME" == "" ]]; then
CURRENT_FILENAME=$key
elif [[ "$DESTINATION_FILENAME" == "" ]]; then