6-prerelease4

This commit is contained in:
2024-11-13 16:47:00 -07:00
parent 45b8bea227
commit 39cc495d15
3 changed files with 6 additions and 6 deletions
-1
View File
@@ -242,7 +242,6 @@ function testAppendAlias() {
echo "Testing alias '$1'"
alias $1 2>/dev/null # redirect errrors to keep it lookan clean
ret=$?
echo -e "\tretcode: $ret"
if [ ! $ret -eq 0 ]; then
writeToLog "$1 not found, appending to $rcFile"
echo "$2" >> "$rcFile"