aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authoriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-01-26 20:15:25 +0000
committeriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-01-26 20:15:25 +0000
commit35fcf160380833d4d3bc858bfda75cc8f0dbae7b (patch)
treea022f25af9e2c19dc4003660a8b5364362e336d5 /install.sh
parent71e256b6ed65ef1f3ad27cb2edbba2ef0f1d29df (diff)
downloadxen-35fcf160380833d4d3bc858bfda75cc8f0dbae7b.tar.gz
xen-35fcf160380833d4d3bc858bfda75cc8f0dbae7b.tar.bz2
xen-35fcf160380833d4d3bc858bfda75cc8f0dbae7b.zip
bitkeeper revision 1.1159.223.43 (41f7fa5dY-DhsXNFoEJlVfLdK5MEXQ)
fix missing space
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 611e6e6417..09a59046f6 100755
--- a/install.sh
+++ b/install.sh
@@ -24,7 +24,7 @@ fi
echo "Installing Xen from '$src' to '$dst'..."
cd $src/boot
-(echo '2.6.*' -2.6; echo '2.4.*' -2.4; echo '2.*.*' '') | while read mv
+(echo '2.6.*' -2.6; echo '2.4.*' -2.4; echo '2.*.*' '') | while read m v
do
l=$(eval ls -t vmlinuz-$m-xen0 2>/dev/null | head -n 1)
[ -e "$l" ] && ln -fs "$l" vmlinuz${v}-xen0