summaryrefslogtreecommitdiff
path: root/abraham-porter.sh
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-06-10 17:08:37 -0400
committerAdam T. Carpenter <atc@53hor.net>2020-06-10 17:08:37 -0400
commit1a26090ba7df4b076f011b8f9ac5d4d81dc14a02 (patch)
tree7b54ccaa0813ba6ac3f9cfa1f99a313c386265f0 /abraham-porter.sh
parentade76bb57b81f879e4a2d59709db84f874524bcd (diff)
downloadscripts-1a26090ba7df4b076f011b8f9ac5d4d81dc14a02.tar.xz
scripts-1a26090ba7df4b076f011b8f9ac5d4d81dc14a02.zip
updated porter, blocks, findport
Diffstat (limited to 'abraham-porter.sh')
-rwxr-xr-xabraham-porter.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/abraham-porter.sh b/abraham-porter.sh
index 23be09a..7aef841 100755
--- a/abraham-porter.sh
+++ b/abraham-porter.sh
@@ -111,7 +111,7 @@ EOF
## Main
-while true; do
+while true ; do
action=$(get_action)
case $action in
1)
@@ -150,5 +150,5 @@ while true; do
exit $NO_ACTION_PROVIDED
;;
esac
- get_another || exit OK
+ get_another || exit $OK
done