diff options
author | davidovski <david@davidovski.xyz> | 2022-03-03 18:38:37 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-03 18:38:37 +0000 |
commit | d9091aea868392a181317a0609870273adf2c094 (patch) | |
tree | 671eb4b33036ff095978030bef62b40fb09f1733 /test/hbar.sh | |
parent | e989ac4788a3f947ce0097effdccaabd62c5a8ff (diff) |
fixed everything to work with posix shellv1.0.2
Diffstat (limited to 'test/hbar.sh')
-rwxr-xr-x | test/hbar.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hbar.sh b/test/hbar.sh index e7f43ef..9daf606 100755 --- a/test/hbar.sh +++ b/test/hbar.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh HBAR=./bin/hbar TEXT="Hello there" |