lib/Tools/usedir
changeset 31307 7015fee8c3e8
parent 29435 a5f84ac14609
child 31317 1f5740424c69
equal deleted inserted replaced
31306:a74ee84288a0 31307:7015fee8c3e8
   173         ;;
   173         ;;
   174     esac
   174     esac
   175   done
   175   done
   176 }
   176 }
   177 
   177 
   178 getoptions $ISABELLE_USEDIR_OPTIONS
   178 eval "OPTIONS=($ISABELLE_USEDIR_OPTIONS)"
       
   179 getoptions "${OPTIONS[@]}"
   179 
   180 
   180 getoptions "$@"
   181 getoptions "$@"
   181 shift $(($OPTIND - 1))
   182 shift $(($OPTIND - 1))
   182 
   183 
   183 
   184