gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18716 - gnunet-planetlab


From: gnunet
Subject: [GNUnet-SVN] r18716 - gnunet-planetlab
Date: Tue, 20 Dec 2011 12:25:52 +0100

Author: pritpal
Date: 2011-12-20 12:25:51 +0100 (Tue, 20 Dec 2011)
New Revision: 18716

Modified:
   gnunet-planetlab/00_planetlab-remove.sh
Log:
script updated

Modified: gnunet-planetlab/00_planetlab-remove.sh
===================================================================
--- gnunet-planetlab/00_planetlab-remove.sh     2011-12-20 09:20:24 UTC (rev 
18715)
+++ gnunet-planetlab/00_planetlab-remove.sh     2011-12-20 11:25:51 UTC (rev 
18716)
@@ -1,31 +1,31 @@
 echo "INSTALLING DEPENDENCIES"
 
 sudo sudo rpm -e --nodeps libgcrypt 1> /dev/null
-if [ $? = 0 ]
-then
+#if [ $? = 0 ]
+#then
 echo " Removing old version of libgcrypt"
-else
-echo " Removing old version of libgcrypt failed"
-exit 1
-fi
+#else
+#echo " Removing old version of libgcrypt failed"
+#exit 1
+#fi
 
 sudo rpm -e libgpg-error-devel --nodeps
-if [ $? = 0 ]
-then
+#if [ $? = 0 ]
+#then
 echo " Removing old version of libgpg-error-devel"
-else
-echo " Removing old version of libgpg-error-devel failed"
-exit 1
-fi
+#else
+#echo " Removing old version of libgpg-error-devel failed"
+#exit 1
+#fi
 
 sudo rpm -e libgpg-error --nodeps
-if [ $? = 0 ]
-then
+#if [ $? = 0 ]
+#then
 echo " Removing old version of libgpg-error "
-else
-echo " Removing old version of libgpg-error  failed"
-exit 1
-fi
+#else
+#echo " Removing old version of libgpg-error  failed"
+#exit 1
+#fi
 
 
 exit 0




reply via email to

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