Changeset 4578


Ignore:
Timestamp:
08/02/08 22:25:10 (5 years ago)
Author:
zecke
Message:

[opkg-build] Add -O to the getopt list to make it a valid option

  • -O is now a honored option.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/host/opkg-utils/opkg-build

    r4561 r4578  
    161161opkext=0 
    162162usage="Usage: $0 [-c] [-C] [-O] [-o owner] [-g group] <pkg_directory> [<destination_directory>]" 
    163 while getopts "cg:ho:v" opt; do 
     163while getopts "cg:ho:vO" opt; do 
    164164    case $opt in 
    165165        o ) owner=$OPTARG 
Note: See TracChangeset for help on using the changeset viewer.