gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: displaydot.sh: this is sh(1) syntax.


From: gnunet
Subject: [gnunet] branch master updated: displaydot.sh: this is sh(1) syntax.
Date: Fri, 22 Nov 2019 22:36:12 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 33de5802a displaydot.sh: this is sh(1) syntax.
33de5802a is described below

commit 33de5802a7d3983fbc802e4d282d2d68b91b3746
Author: ng0 <address@hidden>
AuthorDate: Fri Nov 22 21:33:05 2019 +0000

    displaydot.sh: this is sh(1) syntax.
---
 src/conversation/displaydot.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/conversation/displaydot.sh b/src/conversation/displaydot.sh
index e20d41c16..16ee23409 100644
--- a/src/conversation/displaydot.sh
+++ b/src/conversation/displaydot.sh
@@ -1,5 +1,3 @@
-#!/bin/bash
+#!/bin/sh
 dot -Tpng `ls -tr1 /tmp/*rec*.dot | tail -1` | display /dev/stdin &
-
 dot -Tpng `ls -tr1 /tmp/*play*.dot | tail -1` | display /dev/stdin &
-

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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