summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarllandrover.com>2016-01-30 20:46:12 -0800
committerMagnus Feuer <mfeuer@jaguarllandrover.com>2016-01-30 20:46:12 -0800
commit0cf1a006c3c482748de4447c0fd2b9c29260d560 (patch)
tree878b572be79e0afdcae6cc3b91e83b55131740cf /scripts
parent2533b49f48e1d359a08378bf73a7e025235a01ad (diff)
downloadrvi_core-0cf1a006c3c482748de4447c0fd2b9c29260d560.tar.gz
Updated devrun to exit on usag error
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/rvi_devrun1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rvi_devrun b/scripts/rvi_devrun
index 19842a2..901b002 100755
--- a/scripts/rvi_devrun
+++ b/scripts/rvi_devrun
@@ -43,6 +43,7 @@ Run a developer version of RVI
Default ${DEVICE_CRED}
EOF
+ exit 1
}
while getopts "r:d:c:k:" o; do