We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c13aa3 commit ea56486Copy full SHA for ea56486
test/stubs/stub
@@ -76,7 +76,7 @@ update_runfile_result() {
76
(
77
old_result="${!_STUB_RESULT}"
78
read_runfile
79
- new_result = $(( $old_result | ${!_STUB_RESULT} ))
+ new_result=$(( $old_result | ${!_STUB_RESULT} ))
80
eval "${_STUB_RESULT}=\$new_result"
81
write_runfile
82
)
0 commit comments