summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/mistranslation/1835839
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/mistranslation/1835839')
-rw-r--r--results/classifier/deepseek-2-tmp/output/mistranslation/183583922
1 files changed, 0 insertions, 22 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/mistranslation/1835839 b/results/classifier/deepseek-2-tmp/output/mistranslation/1835839
deleted file mode 100644
index c209ba4d..00000000
--- a/results/classifier/deepseek-2-tmp/output/mistranslation/1835839
+++ /dev/null
@@ -1,22 +0,0 @@
-
-qemu-user: $0 incorrectly always reports absolute path
-
-We just ran into an issue with the Perl package on Debian/m68k when being built with qemu-user [1].
-
-The problem can be boiled down to qemu-user always reporting absolute paths for the shell variable $0 no matter on how the command was invoked.
-
-A simple reproducer is this:
-
-On normal system (no emulation):
-
-root@nofan:~> sh -c 'echo $0'
-sh
-root@nofan:~>
-
-On qemu-user:
-
-(sid-m68k-sbuild)root@nofan:/# sh -c 'echo $0'
-/bin/sh
-(sid-m68k-sbuild)root@nofan:/#
-
-> [1] https://lists.debian.org/debian-68k/2019/07/msg00007.html
\ No newline at end of file