Revision adf2b358
Added by Renato Botelho almost 9 years ago
build/scripts/build_freebsd.sh | ||
---|---|---|
54 | 54 |
|
55 | 55 |
unset skip_world |
56 | 56 |
unset skip_kernel |
57 |
while getopts s:o:h opt; do |
|
57 |
while getopts s:o:WKh opt; do
|
|
58 | 58 |
case "$opt" in |
59 | 59 |
s) |
60 | 60 |
srcdir=$OPTARG |
Also available in: Unified diff
Add missing options