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