These changes were made to the 'init_browser_path' function in 'git-instaweb.sh', but was not in 'git-web--browse.sh'. Signed-off-by: Christian Couder <chriscool@xxxxxxxxxxxxx> --- git-web--browse.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git-web--browse.sh b/git-web--browse.sh index 8ed489d..855de40 100755 --- a/git-web--browse.sh +++ b/git-web--browse.sh @@ -34,8 +34,8 @@ valid_tool() { } init_browser_path() { - browser_path=`git config browser.$1.path` - test -z "$browser_path" && browser_path=$1 + browser_path="`git config browser.$1.path`" + test -z "$browser_path" && browser_path="$1" } while test $# != 0 -- 1.5.4.16.g9f0c3 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html