X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/84b65bad347129f751e3ed208516697bc3fe1820..716f2cfbd1606cfbaa0970413fc48f40531451b2:/docs/contrib/build_nmh diff --git a/docs/contrib/build_nmh b/docs/contrib/build_nmh index 7d46fe78..d8d2315c 100755 --- a/docs/contrib/build_nmh +++ b/docs/contrib/build_nmh @@ -279,12 +279,12 @@ if [ $status -eq 0 ]; then status=$? if [ $status -eq 0 ]; then - if [ "${TESTS_SHELL}"x = x ]; then + if [ "$TESTS_SHELL"x = x ]; then #### Bonus: use heirloom shell to test, if available, and if #### TESTS_SHELL hadn't already been set. heirloom_shell=/usr/lib/heirloom/5bin/sh - if [ -x "${heirloom_shell}" ]; then - TESTS_SHELL="${heirloom_shell}"; export TESTS_SHELL + if [ -x "$heirloom_shell" ]; then + TESTS_SHELL="$heirloom_shell"; export TESTS_SHELL fi fi