Allow early opts break, so per-sensor can be defined
[khatus.git] / x4 / bin / khatus_x4_lib_common_sensor.sh
index 8dd5737..afb4cdb 100755 (executable)
@@ -32,6 +32,9 @@ set_common_options() {
                 interval="$2"
                 shift 2
             esac
+        ;; --)
+            shift 1
+            break
         ;; *)
             shift 1
         esac
This page took 0.019636 seconds and 4 git commands to generate.