diff options
author | Ron Yorston <rmy@pobox.com> | 2021-01-14 13:28:49 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-01-14 13:28:49 +0000 |
commit | 89963b524d211e1aec12b72b3725be05ee95c8cf (patch) | |
tree | 48590aef62b7ee7686b7898256f29def8d9c50b9 /scripts | |
parent | 9aa5a829070392c2ac6494d0c4e674c0c2bc7dab (diff) | |
parent | 2b7c1aa92c68524559a2067609d09309d5c09adc (diff) | |
download | busybox-w32-89963b524d211e1aec12b72b3725be05ee95c8cf.tar.gz busybox-w32-89963b524d211e1aec12b72b3725be05ee95c8cf.tar.bz2 busybox-w32-89963b524d211e1aec12b72b3725be05ee95c8cf.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bb_release | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/bb_release b/scripts/bb_release index 2e146bf84..545440d3a 100755 --- a/scripts/bb_release +++ b/scripts/bb_release | |||
@@ -8,6 +8,7 @@ | |||
8 | 8 | ||
9 | #svn co svn://busybox.net/trunk/busybox | 9 | #svn co svn://busybox.net/trunk/busybox |
10 | cd busybox || { echo "cd busybox failed"; exit 1; } | 10 | cd busybox || { echo "cd busybox failed"; exit 1; } |
11 | chmod -Rc u+w,a+rX,go-w . | ||
11 | make release || { echo "make release failed"; exit 1; } | 12 | make release || { echo "make release failed"; exit 1; } |
12 | cd .. | 13 | cd .. |
13 | 14 | ||