Skip to content

Commit

Permalink
There's no %q anymore, use %=
Browse files Browse the repository at this point in the history
  • Loading branch information
ret2libc committed Sep 13, 2023
1 parent 3fb213d commit c22bd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/db/tools/rz
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN
NAME=rizin shortcut
FILE==
CMDS=<<EOF
%q `!!rizin -h~Usage?`
%= `!!rizin -h~Usage?`
%+ %vi $?
%! echo `!!rizin.bat -h~Usage?`
EOF
Expand Down

0 comments on commit c22bd9f

Please sign in to comment.