gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix wrong grep pattern


From: gnunet
Subject: [taler-deployment] branch master updated: fix wrong grep pattern
Date: Sat, 08 Aug 2020 12:07:17 +0200

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 1a20a81  fix wrong grep pattern
1a20a81 is described below

commit 1a20a81ee3a81318e7543be57557e7d24550d01c
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Sat Aug 8 15:37:12 2020 +0530

    fix wrong grep pattern
---
 bin/taler-deployment | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 7553a2c..8a77bbb 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -32,7 +32,7 @@ activate_template = """\
 
 # Generated by taler-deployment-bootstrap
 
-if ! echo $PATH | tr ":" '\\n' | grep '$HOME/deployment/bin' > /dev/null
+if ! echo $PATH | tr ":" '\\n' | grep "$HOME/deployment/bin" > /dev/null
 then
   export PATH="$HOME/deployment/bin:$HOME/local/bin:{curr_path}"
 fi

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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