From 6a8fe295b09dd22c99365cf00c0f5d71eb1c5c2a Mon Sep 17 00:00:00 2001 From: Steffen Nurpmeso Date: Thu, 22 Mar 2018 22:35:18 +0100 Subject: [PATCH] cc-test.sh: fix a non-portable printf(1) --- cc-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cc-test.sh b/cc-test.sh index a988fb78..21c88d6b 100755 --- a/cc-test.sh +++ b/cc-test.sh @@ -3909,8 +3909,8 @@ __EOT__ mailx-orig-cc<$mailx-orig-cc> mailx-orig-bcc<$mailx-orig-bcc> } wysh set on-compose-splice=t_ocs \ - on-compose-splice-shell="read ver;printf \"t_ocs-shell\\n\ - ~t shell@exam.ple\\n~:set t_ocs_sh\\n\"" \ + on-compose-splice-shell="read ver;echo t_ocs-shell;\ + echo \"~t shell@exam.ple\"; echo \"~:set t_ocs_sh\"" \ on-compose-enter=t_oce on-compose-leave=t_ocl \ on-compose-cleanup=t_occ ' > ./.tnotes 2>&1 -- 2.11.4.GIT