Skip to content

Commit

Permalink
gsed glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jan 23, 2024
1 parent f907aa9 commit b786cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SYNCREGEX+=-e 's/Promise<\(.*\)>/\1/'
sync:
rm -rf sync/*.ts
cd async && cp -f r2pipe.ts r2papi.ts opt.ts esil.ts esil.ts shell.ts base64.ts ai.ts r2frida.ts index.ts ../sync
for a in sync/*.ts ; do sed $(SYNCREGEX) -i .bak $$a ; done
for a in sync/*.ts ; do sed $(SYNCREGEX) -i=.bak $$a ; done
rm -f sync/*.bak
cp async/tsconfig.json sync

Expand Down

0 comments on commit b786cb4

Please sign in to comment.