6589bdd779
Otherwise https://www.shellcheck.net/ would complain: Line 141: assert_line --index 0 "~/.bash_profile read" ^------------------^ SC2088 (warning): Tilde does not expand in quotes. Use $HOME. See: https://www.shellcheck.net/wiki/SC2088 This is a false positive. There's no need for the tilde to be expanded because it's not being used for any file system operation. It's merely a human-readable string. However, it's easier to change the string to use $HOME than littering the file with ShellCheck's inline 'disable' directives. https://github.com/containers/toolbox/pull/1366 |
||
---|---|---|
.. | ||
system | ||
meson.build |