Skip to content

Commit

Permalink
init: fixed To_Uppercase_String primitive function bug
Browse files Browse the repository at this point in the history
There were some minor performance bugs from To_Uppercase_String
primitive function. Hence, let's fix it.

This patch fixes To_Uppercase_String primitive function bug
in init/ directory.

Co-authored-by: Shuralyov, Jean <[email protected]>
Co-authored-by: Galyna, Cory <[email protected]>
Co-authored-by: (Holloway) Chew, Kean Ho <[email protected]>
Signed-off-by: (Holloway) Chew, Kean Ho <[email protected]>
  • Loading branch information
4 people committed Nov 8, 2024
1 parent b18a963 commit 4a33c3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init/services/HestiaKERNEL/String/To_Uppercase_String.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ HestiaKERNEL_To_Uppercase_String() {


# report status
printf -- "%s" "$___content"
return $HestiaKERNEL_ERROR_OK
}

0 comments on commit 4a33c3e

Please sign in to comment.