From cd3f925e23176ad8aeaf185fe6fa5a370a6355e8 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 13 Nov 2024 02:28:41 -0700 Subject: [PATCH] 61-beta4.3.6 --- test-scratch.sh | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-scratch.sh b/test-scratch.sh index e5655b6..cac7cf9 100644 --- a/test-scratch.sh +++ b/test-scratch.sh @@ -2,7 +2,7 @@ function checkAlias() { echo "Testing $1" alias $1 2>/dev/null ret=$? - echo "\tretcode: $ret" + echo -e "\tretcode: $ret" if [ $ret -eq 1 ]; then echo "$1 not found" else diff --git a/version.txt b/version.txt index dfc1b7a..69e9da3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-beta4.3.5 \ No newline at end of file +61-beta4.3.6 \ No newline at end of file