~ubuntu-branches/ubuntu/natty/jasper-initramfs/natty

« back to all changes in this revision

Viewing changes to scripts/local-bottom/jasper_setup

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2011-03-22 10:53:44 UTC
  • Revision ID: james.westby@ubuntu.com-20110322105344-vq9bmwe3qohcwa05
Tags: 0.49
drop escape from quotes in debconf-communicate call

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
                pkg="oem-config"
69
69
            fi
70
70
            $MYECHO"preseeding detected, setting ${opt} to ${val} for package ${pkg}"
71
 
            echo \"set ${opt} ${val}\" | chroot /root debconf-communicate ${pkg}
 
71
            echo "set ${opt} ${val}" | chroot /root debconf-communicate ${pkg}
72
72
            ;;
73
73
        *)
74
74
            BOARD_OPTS="${x} ${BOARD_OPTS}"