Skip to content
Snippets Groups Projects
Commit c05b5822 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

Remove useless condition

parent 7b0d7078
No related branches found
No related tags found
No related merge requests found
...@@ -217,7 +217,7 @@ elif [ "$1" = 'delete' ] || ...@@ -217,7 +217,7 @@ elif [ "$1" = 'delete' ] ||
elif [ "$1" = 'list' ] || elif [ "$1" = 'list' ] ||
[ "$1" = 'list-tracked' ]; then [ "$1" = 'list-tracked' ]; then
export VCSH_COMMAND="$1" export VCSH_COMMAND="$1"
elif [ -n "$1" -a -n "$2" ]; then elif [ -n "$2" ]; then
export VCSH_COMMAND='run' export VCSH_COMMAND='run'
export VCSH_REPO_NAME="$1" export VCSH_REPO_NAME="$1"
export GIT_DIR="$VCSH_BASE/$VCSH_REPO_NAME.git" export GIT_DIR="$VCSH_BASE/$VCSH_REPO_NAME.git"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment