diff options
author | cathugger <cathugger@cock.li> | 2017-03-10 03:30:16 +0000 |
---|---|---|
committer | cathugger <cathugger@cock.li> | 2017-03-10 03:30:16 +0000 |
commit | 7e5469a0dee1fbaf661720fc330d47d992f1d8fe (patch) | |
tree | d5f8a16a1ae8e390103e35a77d975e3157115236 /scripts/git-config | |
parent | 9ec38bd2c56d112e49360c4f8be92900c998205c (diff) | |
download | resdb-7e5469a0dee1fbaf661720fc330d47d992f1d8fe.tar.gz resdb-7e5469a0dee1fbaf661720fc330d47d992f1d8fe.zip |
add muh nameserver, some script tweaks
Diffstat (limited to 'scripts/git-config')
-rwxr-xr-x | scripts/git-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/git-config b/scripts/git-config index bad9a0b..d55954a 100755 --- a/scripts/git-config +++ b/scripts/git-config @@ -1,5 +1,5 @@ #!/bin/sh -[ -z $2 ] && echo 'Usage: ./scripts/git-config <name> <email>' +[ -z $2 ] && echo "Usage: $0 <name> <email>" >&2 [ -z $2 ] && exit 1 git config user.name $1 |