sidplayall.sh: add quotes in test to avoid syntax err
[cmccabe-bin] / git-cur-branch.sh
1 #!/bin/bash
2
3 git branch | awk '/\*/ { print $2; }'