Scripts that have expressions with multiple subshells fail with ``` SyntaxError: Unclosed $( ``` Examples: ```sh scriptpath="$(dirname "$(dirname "$(dirname "$0")")")" LIB=$(cd $(dirname $(dirname $0)); pwd -P ) ```