Changeset 5ff30ff


Ignore:
Timestamp:
03/27/2006 08:34:26 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
31ad03a
Parents:
ea29b1f
Message:

Moved a switch to their alphabetical place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • master.sh

    rea29b1f r5ff30ff  
    333333      ;;
    334334
    335     --method )
    336       test $# = 1 && eval "$exit_missing_arg"
    337       shift
    338       case $1 in
    339         chroot | boot )
    340           METHOD=$1
    341           ;;
    342         * )
    343           echo -e "\n$1 isn't a valid build method."
    344           exit 1
    345           ;;
    346       esac
    347       ;;
    348 
    349335    --boot-config )
    350336      test $# = 1 && eval "$exit_missing_arg"
     
    356342        exit 1
    357343      fi
     344      ;;
     345
     346    --method )
     347      test $# = 1 && eval "$exit_missing_arg"
     348      shift
     349      case $1 in
     350        chroot | boot )
     351          METHOD=$1
     352          ;;
     353        * )
     354          echo -e "\n$1 isn't a valid build method."
     355          exit 1
     356          ;;
     357      esac
    358358      ;;
    359359
Note: See TracChangeset for help on using the changeset viewer.