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

Make debugging more verbose

parent 8f7c98c6
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
[ -n "$VCSH_DEBUG" ] && set -x
[ -n "$VCSH_DEBUG" ] && set -vx
[ -z "$XDG_CONFIG_HOME" ] && XDG_CONFIG_HOME="$HOME/.config"
[ -z "$VCSH_BASE" ] && VCSH_BASE="$XDG_CONFIG_HOME/vcsh/repo.d"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment