m0ar fizax

This commit is contained in:
2025-08-18 20:36:23 -06:00
parent 92a0ac5333
commit 6b5cb2354e
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ function testAppendAlias() {
ret=$?
if [ ! $ret -eq 0 ]; then
writeToLog "ailas $1 not found, appending to $rcFile"
echo "$2" >> "$rcFile"
echo -e "$2" >> "$rcFile"
returnStatus
else
writeToLog "$1 found in $rcFile, skipping\n"