summaryrefslogtreecommitdiff
path: root/DistUpgrade/cdromupgrade
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-09-27 11:15:29 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-09-27 11:15:29 +0200
commit07e2fdad893de38adf506ac29c3472a727a38b13 (patch)
tree165975d6811341d193e287a62e3f538d3413c68b /DistUpgrade/cdromupgrade
parenta1ec5a007953cdd84e0ac6a0ee24e4252b724ca8 (diff)
downloadpython-apt-07e2fdad893de38adf506ac29c3472a727a38b13.tar.gz
* DistUpgrade/cdromupgrade:
- fix missing "then" *cough* * DistUpgrade/ReleaseAnnouncement: - updated to mention the "beta" * DistUpgrade/Changelog: - updated
Diffstat (limited to 'DistUpgrade/cdromupgrade')
-rwxr-xr-xDistUpgrade/cdromupgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/cdromupgrade b/DistUpgrade/cdromupgrade
index 9ed8cdea..4c9d0279 100755
--- a/DistUpgrade/cdromupgrade
+++ b/DistUpgrade/cdromupgrade
@@ -26,7 +26,7 @@ fi
TMPDIR=$(mktemp -d distupgrade.XXXXXX)
cd $TMPDIR
tar xzf $fullpath/$CODENAME.tar.gz
-if [ ! -x $TMPDIR/$CODENAME ];
+if [ ! -x $TMPDIR/$CODENAME ]; then
echo "Could not find the upgrade application in the archive, exiting"
exit 1
fi