Shell script cleanups #10773
Open
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
c966e7b
Use bash. Arrays are not supported in POSIX sh.
practicalswift 8becbe6
Remove redundant $ in arithmetic variable expression.
practicalswift d67306a
Exit if cd fails. [ foo -a bar ] is not well defined, use [ foo ] && …
practicalswift 76adc8d
Exit if cd fails. Avoid quote within quote.
practicalswift d99fa93
Use $(command) instead of legacy form `command`.
practicalswift bfd2bda
Add required space to [ -n ]. Remove "\n" which is not handled by ech…
practicalswift d3bf713
Use $(command) instead of legacy form `command`. Avoid quote within q…
practicalswift 50db9f8
Avoid quote within quote. [ foo -o bar ] is not well defined, use [ f…
practicalswift
Jump to file or symbol
Failed to load files and symbols.