gentooup.sh: fix endless loop if option is unknown
This commit is contained in:
parent
3d7967079a
commit
67dfcf5f7a
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ while [[ $# -gt 0 ]]; do
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Positional arguments aren't supported"
|
echo "Positional arguments aren't supported"
|
||||||
|
shift
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue