From 2c42f927969c8622a97ca7545aecd471477ac869 Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@kr.ethz.ch>
Date: Thu, 3 Mar 2011 09:49:19 +0100
Subject: [PATCH] hackers readme does not need rm -rf anymore

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
---
 HACKERS_README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HACKERS_README b/HACKERS_README
index 04a09d53..7f42b3fa 100755
--- a/HACKERS_README
+++ b/HACKERS_README
@@ -21,7 +21,7 @@ Do not believe anything written in cdist, besides what's written in this file
 This file is suitable for execution and saving the objects and
 explorers from cdist. I usually do it like this:
 
-   % rm -rf /tmp/localhost && ./HACKERS_README
+   % ./HACKERS_README
 
 ################################################################################
 eof