commit 102855df01368a5e4ee2faa142dbd5579e1a618a parent 11bedfadd4b6e62f1c3ea519553aaf0989f00308 Author: sin <sin@2f30.org> Date: Tue, 23 Sep 2014 18:24:45 +0100 Remove exec perms from /bsd Diffstat:
M | upgrade-obsd | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/upgrade-obsd b/upgrade-obsd @@ -10,6 +10,7 @@ buildkernel() { make clean make make install + chmod 644 /bsd } buildworld() {