Quote variables as frequently as possible to prevent whitespace problems
[guilt.git] / guilt-help
blob5f867b408818272086615daea4d65f9b5e635594
1 #!/bin/bash
3 # Copyright (c) Josef "Jeff" Sipek, 2007
6 DO_NOT_CHECK_BRANCH_EXISTENCE=1
8 USAGE="[<command> | <topic>]"
9 . guilt
11 case $# in
13 page="guilt"
16 if [ "$1" != "guilt" ]; then
17 page="guilt-$1"
18 else
19 page="guilt"
23 usage
25 esac
27 man "$page"