aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-10-17 01:07:33 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-10-17 01:07:33 +0000
commit4378209c7cef5f992641a2fb92e036567d90bfd3 (patch)
tree1a6b9beb3faab222428eb9c5f3a8abdfaf634640
parentf2374b510e4a782a94d1ea080647aa8f450d81b1 (diff)
downloadxen-4378209c7cef5f992641a2fb92e036567d90bfd3.tar.gz
xen-4378209c7cef5f992641a2fb92e036567d90bfd3.tar.bz2
xen-4378209c7cef5f992641a2fb92e036567d90bfd3.zip
bitkeeper revision 1.525 (3f8f40d5f-vrfYUtEwXamtkNP2zQog)
Trivial change to xen-clone to allow it to be invoked on a specific version of the repository e.g. xen-clone "-rlatest-semistable bk://xen.bkbits.net/xeno-unstable.bk" NB: the quote characters are necessary because this is a hack...
-rwxr-xr-xtools/misc/xen-clone2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/xen-clone b/tools/misc/xen-clone
index 3fdd23d5db..96da9fe371 100755
--- a/tools/misc/xen-clone
+++ b/tools/misc/xen-clone
@@ -22,7 +22,7 @@ UCCL)
esac
DEST_DIR=${2:-xeno-clone}
-DEST_BK_REP=`basename ${BK_REP}`
+DEST_BK_REP=`basename "${BK_REP}"`
echo usage: xen-clone bk_repository dest_dir orig_linux_dir
echo Source BK Repository : ${BK_REP}