Sign in
go
/
go
/
bbf38e931a8a4e8a49b45206ff7ed679eece70d7
/
.
/
misc
/
makerelease
/
darwin
/
scripts
/
postinstall
blob: 13f5bff9b102b4846561a42a6509686d331c337b [
file
] [
log
] [
blame
]
#!/bin/bash
GOROOT
=/
usr
/
local
/
go
echo
"Fixing permissions"
cd $GOROOT
find
.
-
exec chmod ugo
+
r \{\} \;
find bin
-
exec chmod ugo
+
rx \{\} \;
find
.
-
type d
-
exec chmod ugo
+
rx \{\} \;
chmod o
-
w
.