From 8c2da5f51c033b46a21bcb3a860f08f0c5d008c0 Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Thu, 8 May 2014 17:29:22 -0500 Subject: [PATCH] peggable checkout version in scripts/kicad-install.sh --- scripts/kicad-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kicad-install.sh b/scripts/kicad-install.sh index b867060b77..e1826fc55a 100755 --- a/scripts/kicad-install.sh +++ b/scripts/kicad-install.sh @@ -220,7 +220,7 @@ install_or_update() echo "step 3) checking out the source code from launchpad repo..." if [ ! -d "$WORKING_TREES/kicad.bzr" ]; then - bzr checkout $SRCS_REPO kicad.bzr + bzr checkout -r $REVISION $SRCS_REPO kicad.bzr echo " source repo to local working tree." else cd kicad.bzr