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