Make brew caller script executable for group
This commit is contained in:
committed by
T. R. Bernstein
parent
294a92aace
commit
1feb6eff2f
@@ -121,7 +121,7 @@ function createBrewCallerScript() {
|
|||||||
\"$(getHomebrewRepositoryPath)/bin/brew\" \"\$@\"
|
\"$(getHomebrewRepositoryPath)/bin/brew\" \"\$@\"
|
||||||
BREWCALLER
|
BREWCALLER
|
||||||
chown ${username}:admin ${brewCallerPath}
|
chown ${username}:admin ${brewCallerPath}
|
||||||
chmod u+x,go-x ${brewCallerPath}
|
chmod ug+x,o-x ${brewCallerPath}
|
||||||
}
|
}
|
||||||
|
|
||||||
function installHomebrewCore() {
|
function installHomebrewCore() {
|
||||||
|
|||||||
Reference in New Issue
Block a user