]> git.pld-linux.org Git - packages/poldek.git/blobdiff - poldek-config.sh
Release 19 (by relup.sh)
[packages/poldek.git] / poldek-config.sh
index d8732efef7f674b2a5799d1c65239141d7d3f3b1..795e894883115630d8cfe3ac6a6685b6c39bcd71 100755 (executable)
@@ -42,7 +42,7 @@ option_set() {
 
 # parse command line args
 parse_arguments() {
-       t=$(getopt -o h --long help -n "$PROGRAM" -- "$@")
+       t=$(getopt -o hc: --long help -n "$PROGRAM" -- "$@")
        [ $? != 0 ] && exit $?
        eval set -- "$t"
 
@@ -52,6 +52,10 @@ parse_arguments() {
                        usage
                        exit 0
                ;;
+               -c)
+                       shift
+                       poldek_conf=$1
+               ;;
                --)
                        shift
                        break
This page took 0.213621 seconds and 4 git commands to generate.