mirror of
https://github.com/golang/go
synced 2024-11-22 01:34:41 -07:00
parent
3108f3f4a0
commit
e6f9b2f110
@ -4,7 +4,7 @@
|
||||
# license that can be found in the LICENSE file.
|
||||
|
||||
gomake=gomake
|
||||
if [ $1 == "--gomake" -a "$2" != "" ]; then
|
||||
if [ "$1" == "--gomake" -a "$2" != "" ]; then
|
||||
gomake=$2
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user