aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/wrappers/svn
blob: 77fdbdb029cae17cf2694281cb6ea5d85291923f (plain)
1
2
#!/bin/sh -eu
$(which svn --all | grep --invert-match "local/bin" | head -n 1) --config-dir "$XDG_CONFIG_HOME"/subversion "$@";