diff --git a/gentoostrap.sh b/gentoostrap.sh index 24779a5..957a5cb 100755 --- a/gentoostrap.sh +++ b/gentoostrap.sh @@ -315,7 +315,7 @@ main() { # Parse out arguments while [ -n "$1" ]; do # Parse out flags - while getopts ":chv" opt; do + while getopts ":cdhv" opt; do case $opt in d) _optchroot2=1