We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
./miri
1 parent 9cb10cd commit 60a2c9bCopy full SHA for 60a2c9b
miri
@@ -40,7 +40,7 @@ TARGET=$(rustc --version --verbose | grep "^host:" | cut -d ' ' -f 2)
40
SYSROOT=$(rustc --print sysroot)
41
LIBDIR=$SYSROOT/lib/rustlib/$TARGET/lib
42
MIRIDIR=$(dirname "$0")
43
-if readlink -e . >/dev/null; then
+if readlink -e . &>/dev/null; then
44
# This platform supports `readlink -e`.
45
MIRIDIR=$(readlink -e "$MIRIDIR")
46
fi
0 commit comments