Index: /trunk/devel/run
===================================================================
--- /trunk/devel/run	(revision 1023)
+++ /trunk/devel/run	(revision 1024)
@@ -102,7 +102,5 @@
 phpize)
 	if [[ -r Makefile ]]; then
-		if make xcachesvnclean; then
-			:
-		fi
+		make xcachesvnclean || true
 	fi
 	;;
@@ -166,5 +164,5 @@
 *)
 	cmd=(./php-cgi -q -c devel.ini)
-	"${cmd[@]}" -v
+	"${cmd[@]}" -v || true
 	;;
 esac
