From 4f10de8817972d992681ebbac155ce739c502158 Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Mon, 26 Sep 2011 20:03:40 -0700 Subject: [PATCH] fix rm --- build_lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_lxc.sh b/build_lxc.sh index 9c9f930..6caffb6 100755 --- a/build_lxc.sh +++ b/build_lxc.sh @@ -97,7 +97,7 @@ fi # Clean out code repos if directed to do so if [ "$CLEAN" = "1" ]; then - rm -rf $NOVA_REPO $CACHEDIR/$DEST + rm -rf $CACHEDIR/$DEST fi # Cache openstack code