-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
another mksh/bash difference? #62
Comments
Whoops. That's a bug. I tried clicking your links, but they complained that I wasn't signed in our didn't have permission. I presume your obvious fix was to source |
gah, don't get me started ... the powers that be inflicted a stupid url rewriter on us recently that mean we can't give working urls to anyone. i'd tried to manually fix these, but didn't test them. fixed now (retconned above).
exactly.
yes please... our tooling isn't yet clever enough to get us back on to the next tagged release if we switch to a sha, so until we implement that, it's quite a bit more convenient if there's another tag. (especially if i happen to go under a bus :-) ) |
Fixed in 714782c, which should also preemptively fix any other occurrences of this same bug. I'm running a basic release process to ensure that the release still builds and tests, but I should have a tag out tomorrow morning (US time). |
thanks! no hurry... |
It's out! Because I haven't been able to get an Android environment going yet, I'm still not sure this will work for you. If it does, though, please close this issue. Otherwise, I'll try something else. |
thanks... testing now: https://android-review.googlesource.com/c/platform/external/bc/+/2436773 |
merged! thanks for your help :-) |
trying to update AOSP to 6.2.4 (https://android-review.googlesource.com/c/platform/external/bc/+/2433072) i hit:
looking at scripts.sh, it doesn't source functions.sh where the preceding scripts do. i'm not sure why that works with bash? i didn't think bash exported functions by default, but maybe it's doing so?
anyway, i tested the obvious fix (https://android-review.googlesource.com/c/platform/external/bc/+/2433072/2/tests/scripts.sh).
The text was updated successfully, but these errors were encountered: