colin comments

This commit is contained in:
alonamid
2019-07-22 16:35:15 +00:00
parent 59bd39a335
commit 8646283a17
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# This ungodly script surreptitiously builds an archive from existing fesvr objects
# Invoke from riscv-fesvr/build

View File

@@ -50,7 +50,7 @@ do
;;
-h | -H | --help)
usage
exit
exit 3
;;
--*) echo "ERROR: bad option $1"
usage