mirror of
https://github.com/tj/git-extras.git
synced 2026-09-13 00:46:26 -04:00
git-cp: remove trailing space
This commit is contained in:
parent
f06ba9f70b
commit
a994411e58
|
|
@ -13,7 +13,7 @@ function usage()
|
|||
while [[ $# -gt 0 ]]
|
||||
do
|
||||
key="$1"
|
||||
|
||||
|
||||
if [[ "$CURRENT_FILENAME" == "" ]]; then
|
||||
CURRENT_FILENAME=$key
|
||||
elif [[ "$DESTINATION_FILENAME" == "" ]]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue