X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=docs%2Fcontrib%2Fbuild_nmh;h=d8d2315c86a7ae27040a13daf84604f0ff94b867;hb=a69289ce6e12c75a4a934d966a502b3899374e29;hp=7d7d9dd11dd33318f1c59af4a27c89bf48255a08;hpb=4914b77d7196e81a3a47a41d9efc09fec6e8d42c;p=mmh diff --git a/docs/contrib/build_nmh b/docs/contrib/build_nmh index 7d7d9dd..d8d2315 100755 --- a/docs/contrib/build_nmh +++ b/docs/contrib/build_nmh @@ -174,7 +174,7 @@ if [ $yes -eq 0 ]; then read locking [ "$locking" ] && config_locking="$locking" - printf 'MTS (smtp|sendmail) [%s]: ' $config_mts + printf 'MTS (smtp|sendmail/smtp|sendmail/pipe) [%s]: ' $config_mts read mts [ "$mts" ] && config_mts="$mts" @@ -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