~ubuntu-branches/ubuntu/hardy/linux-backports-modules-2.6.24/hardy-security

« back to all changes in this revision

Viewing changes to updates/wireless/rt2x00/scripts/get-src

  • Committer: Bazaar Package Importer
  • Author(s): Tim Gardner
  • Date: 2008-05-29 08:12:24 UTC
  • mfrom: (12.1.1 hardy-proposed)
  • Revision ID: james.westby@ubuntu.com-20080529081224-28lqqyephsqy2ks4
Tags: 2.6.24-18.16
security upload with ABI bump to -18

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
if $DOWNLOAD; then
16
16
        if [ ! -d $SRC ]; then
17
 
                git clone $GITSRC $SRC
 
17
                cd $(dirname $SRC)
 
18
                git clone $GITSRC $(basename $SRC)
 
19
                cd -
18
20
        else
19
21
                (cd $SRC && git pull)
20
22
        fi