Skip to content

Commit ea56486

Browse files
committed
fix syntax
1 parent 4c13aa3 commit ea56486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stubs/stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ update_runfile_result() {
7676
(
7777
old_result="${!_STUB_RESULT}"
7878
read_runfile
79-
new_result = $(( $old_result | ${!_STUB_RESULT} ))
79+
new_result=$(( $old_result | ${!_STUB_RESULT} ))
8080
eval "${_STUB_RESULT}=\$new_result"
8181
write_runfile
8282
)

0 commit comments

Comments
 (0)