gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-core] branch master updated: do not bitch if


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-core] branch master updated: do not bitch if configure.py does not exist when trying to remove
Date: Tue, 01 Oct 2019 13:54:30 +0200

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

grothoff pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new cd5581b4 do not bitch if configure.py does not exist when trying to 
remove
cd5581b4 is described below

commit cd5581b4d9a957214162d1a67a8dfef47bda1003
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Oct 1 13:54:28 2019 +0200

    do not bitch if configure.py does not exist when trying to remove
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index fe59b5bb..7f5bf251 100755
--- a/configure
+++ b/configure
@@ -103,7 +103,7 @@ if ! existence msgmerge; then
 fi
 
 # Remove leftover configure.py file
-rm configure.py
+rm -f configure.py
 
 # Now we will just assume sed exists,
 # and replace only the executable name.

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



reply via email to

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