WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Continuation of #179, particularly these topics from there:
- #179 (review)
- #179 (comment)
- Contains things that were proposed there, but that it was decided to separate out into another PR for organization and easier review
- Replaces backtick command substitution syntax with dollar symbol and parentheses command substitution syntax in shell scripts
- Places double quote symbols around all string (non-numerical) variable references that aren't possibly-empty references in the argument lists of command invocations
- (placing double quote symbols around a possibly-empty variable in a command invocation is a case where the double quote symbols would cause an error to happen)
- Places double quote symbols around all instances of `@TERMUX_PREFIX@` and other replaced strings in `.sh.in` files
- Remove unused function `hostname()` from `pkg`
- Remove unused variable `PREFIX` from `termux-restore`
- Unify and clarify instances of `login`-related error message in `chsh`
0 commit comments