************************************************************
***** NOTE: THIS BUG TRACKER IS FOR GERRIT CODE REVIEW *****
***** DO NOT SUBMIT BUGS FOR CHROME, ANDROID, INTERNAL *****
***** ISSUES WITH YOUR COMPANY'S GERRIT SETUP, ETC. *****
***** THOSE ISSUE BELONG IN DIFFERENT ISSUE TRACKERS! *****
************************************************************
Affected Version:
What steps will reproduce the problem?
1. git push
2. gitdir=$(git rev-parse --git-dir); scp -p -P 29418 user@hostname:hooks/commit-msg ${gitdir}/hooks/
3.
What is the expected output? What do you see instead?
Expected:
commit-msg 100% 4361 X.YKB/s 00:00
Instead:
Illegal variable name.
Please provide any additional information below.
>echo $SHELL
/bin/tcsh
Workaround
When using bash instead it works fine.