commit | 4f10de8817972d992681ebbac155ce739c502158 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Mon Sep 26 20:03:40 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Mon Sep 26 20:03:40 2011 -0700 |
tree | c434533be9a9f0ea27319ff119ac303dfcfd3321 | |
parent | adbe9c1662c20da19014b7fba184b14fb74efec3 [diff] [blame] |
fix rm
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 @@ # 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