61-beta4.3.6

This commit is contained in:
2024-11-13 02:28:41 -07:00
parent cc8ec82ad4
commit cd3f925e23
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ function checkAlias() {
echo "Testing $1" echo "Testing $1"
alias $1 2>/dev/null alias $1 2>/dev/null
ret=$? ret=$?
echo "\tretcode: $ret" echo -e "\tretcode: $ret"
if [ $ret -eq 1 ]; then if [ $ret -eq 1 ]; then
echo "$1 not found" echo "$1 not found"
else else
+1 -1
View File
@@ -1 +1 @@
61-beta4.3.5 61-beta4.3.6