colin comments
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# This ungodly script surreptitiously builds an archive from existing fesvr objects
|
# This ungodly script surreptitiously builds an archive from existing fesvr objects
|
||||||
# Invoke from riscv-fesvr/build
|
# Invoke from riscv-fesvr/build
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ do
|
|||||||
;;
|
;;
|
||||||
-h | -H | --help)
|
-h | -H | --help)
|
||||||
usage
|
usage
|
||||||
exit
|
exit 3
|
||||||
;;
|
;;
|
||||||
--*) echo "ERROR: bad option $1"
|
--*) echo "ERROR: bad option $1"
|
||||||
usage
|
usage
|
||||||
|
|||||||
Reference in New Issue
Block a user