Skip to content

Commit

Permalink
Make a function readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
gliga committed Jun 3, 2024
1 parent 2e6d579 commit 11b5ab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lang/bool_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ function test_is_uint() {

return 0
}
readonly -f test_is_uint

function test_is_float() {
is_float 1.2 || \
Expand Down

0 comments on commit 11b5ab5

Please sign in to comment.