guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Ludovic Courtès
Date: Sun, 9 Jul 2023 18:02:44 -0400 (EDT)

branch: master
commit bb20f29ee9e75a770b004286c2f7b2abf3395af3
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Jul 9 22:32:23 2023 +0200

    tests: Tweak 'mail.sh' helper.
    
    * tests/mail.sh: Use /bin/sh, tail-call 'cp'.
---
 tests/mail.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/mail.sh b/tests/mail.sh
index 1be38a7..fa4a85b 100755
--- a/tests/mail.sh
+++ b/tests/mail.sh
@@ -1,3 +1,3 @@
-#!/bin/bash
+#!/bin/sh
 
-cp /dev/stdin .tmp-mail
+exec cp /dev/stdin .tmp-mail



reply via email to

[Prev in Thread] Current Thread [Next in Thread]