~ubuntu-branches/ubuntu/breezy/mime-support/breezy

« back to all changes in this revision

Viewing changes to debian-view

  • Committer: Bazaar Package Importer
  • Author(s): Brian White
  • Date: 2005-01-04 09:30:14 UTC
  • mfrom: (1.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050104093014-y9ces3ch102pm3du
Tags: 3.29-1
* added more mime types (closes: #284830)
* made common extensions first (closes: #264536)
* removed duplicate application/x-sh (closes: #281083)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
    if [ `id --user` -ne 0 ]
20
20
        then
21
21
        echo    "Installation of Debian packages needs to be done as root."
22
 
        echo -n "Enter command used to become root (eg. "sudo"): "
 
22
        echo -n "Enter command used to become root (default=sudo): "
23
23
        read sudo
 
24
        if [ -z "$sudo" ]; then
 
25
            sudo="sudo"
 
26
        fi
24
27
        dpkg="$sudo $dpkg"
25
28
    fi
26
29