[Nagiosplug-checkins] SF.net SVN: nagiosplug: [2015] nagiosplug/trunk/tools/setup
tonvoon at users.sourceforge.net
tonvoon at users.sourceforge.net
Mon Jun 30 16:32:54 CEST 2008
Revision: 2015
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2015&view=rev
Author: tonvoon
Date: 2008-06-30 07:32:53 -0700 (Mon, 30 Jun 2008)
Log Message:
-----------
Fixed bug in tools/setup if docbook was run
Modified Paths:
--------------
nagiosplug/trunk/tools/setup
Modified: nagiosplug/trunk/tools/setup
===================================================================
--- nagiosplug/trunk/tools/setup 2008-06-30 09:01:47 UTC (rev 2014)
+++ nagiosplug/trunk/tools/setup 2008-06-30 14:32:53 UTC (rev 2015)
@@ -47,8 +47,8 @@
fi
if [ $docbook = 1 ] ; then
- cd doc && make
+ ( cd doc && make )
fi
# Untar libtap
-cd external && tar --gzip -xf tap-1.01-altinity.tar.gz
+( cd external && tar --gzip -xf tap-1.01-altinity.tar.gz )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list