diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-27 11:15:29 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-27 11:15:29 +0200 |
| commit | 07e2fdad893de38adf506ac29c3472a727a38b13 (patch) | |
| tree | 165975d6811341d193e287a62e3f538d3413c68b /DistUpgrade/cdromupgrade | |
| parent | a1ec5a007953cdd84e0ac6a0ee24e4252b724ca8 (diff) | |
| download | python-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-x | DistUpgrade/cdromupgrade | 2 |
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 |
