~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to data/cddistupgrader

  • Committer: Michael Vogt
  • Date: 2011-03-09 15:15:15 UTC
  • Revision ID: michael.vogt@ubuntu.com-20110309151515-3s24hzftwqvj7xg7
data/apt-cdrom-check, data/cddistupgrader: fix scripts for spaces in pathnames

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
CDROM_MOUNT="$1"
5
5
 
6
 
for d in $CDROM_MOUNT/dists/*/main/dist-upgrader/binary-all/; do
 
6
for d in "$CDROM_MOUNT"/dists/*/main/dist-upgrader/binary-all/; do
7
7
    if [ -d "$d" ]; then
8
8
        UPGRADER_DIR="$d"
9
9
        break