]> arthur.barton.de Git - bup.git/blob - bup
Stop forcing LC_CTYPE=ISO-8859-1
[bup.git] / bup
1 #!/bin/sh
2
3 # This is just a convenience wrapper.  It's not a symlink because bup
4 # finds its code relative to dirname(__file__).
5
6 exec $(dirname "$0")/cmd/bup "$@"