mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
5f0e2e9e4e
The previous upstream has been dead for six years; this fork is by Linux kernel developer Wolfram Sang, and is already used by Fedora, openSUSE, and Buildroot.
16 lines
371 B
Diff
16 lines
371 B
Diff
diff --git a/picocom.c b/picocom.c
|
|
index ba2f9bd666..d4df60f2d3 100644
|
|
--- a/picocom.c
|
|
+++ b/picocom.c
|
|
@@ -243,8 +243,8 @@
|
|
.send_cmd = "",
|
|
.receive_cmd = "",
|
|
#else
|
|
- .send_cmd = "sz -vv",
|
|
- .receive_cmd = "rz -vv -E",
|
|
+ .send_cmd = "@lrzsz@/bin/sz -vv",
|
|
+ .receive_cmd = "@lrzsz@/bin/rz -vv -E",
|
|
#endif
|
|
.imap = M_I_DFL,
|
|
.omap = M_O_DFL,
|