[xml/sgml-commit] [linuxdoc-tools] 13/16: doc/Makedoc.sh: Do not hardcode paths to usual system binaries.

Agustín Martín Domingo agmartin at moszumanska.debian.org
Mon Oct 19 11:31:23 UTC 2015


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

agmartin pushed a commit to branch upstream
in repository linuxdoc-tools.

commit 53ac937cc61318aeff069bf97d5e48c3c921a52e
Author: Agustin Martin Domingo <agmartin at debian.org>
Date:   Mon Oct 19 11:18:20 2015 +0200

    doc/Makedoc.sh: Do not hardcode paths to usual system binaries.
    
    Signed-off-by: Agustin Martin Domingo <agmartin at debian.org>
---
 doc/Makedoc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Makedoc.sh b/doc/Makedoc.sh
index 92f8aac..a228869 100644
--- a/doc/Makedoc.sh
+++ b/doc/Makedoc.sh
@@ -15,7 +15,7 @@ echo "Using temporary directory: $TMPDIR"
 
 function abort()
 {
-     /usr/bin/sleep 1; /bin/rm -rf $TMPDIR; exit 1
+     sleep 1; rm -rf $TMPDIR; exit 1
 }
 
 trap 'abort' 1 2 3 6 9 15

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-xml-sgml/linuxdoc-tools.git



More information about the debian-xml-sgml-commit mailing list