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.
1 parent 3f107fd commit 52a3311Copy full SHA for 52a3311
src/ci/docker/scripts/musl-toolchain.sh
@@ -41,7 +41,7 @@ cd musl-cross-make
41
hide_output make -j$(nproc) TARGET=$TARGET
42
hide_output make install TARGET=$TARGET OUTPUT=$OUTPUT
43
44
-cd ..
+cd -
45
46
# Make musl binaries executable
47
@@ -72,5 +72,5 @@ cmake ../libunwind-release_$LLVM \
72
73
hide_output make -j$(nproc)
74
cp lib/libunwind.a $OUTPUT/$TARGET/lib
75
-cd ../ && rm -rf libunwind-build
+cd - && rm -rf libunwind-build
76
0 commit comments