diff options
-rw-r--r-- | src/opkbuild.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh index d5df3c5..1837db1 100644 --- a/src/opkbuild.sh +++ b/src/opkbuild.sh @@ -106,6 +106,7 @@ version() get_options() { # Parse and handle command-line options. + # Remember to update the optstring file when changing this. while getopts 'bBASFT:a:p:DdCcr:hV' opt; do case "${opt}" in b) |