autogazelle: use default syntax for expanding $1 (#627)

When calling bazel without parameters, the script was giving an error "$1: unbound variable".
This fixes it by using an explicit default value of an empty string.
1 file changed