Skip to content

Commit 2607f2c

Browse files
martellmati865
authored andcommitted
Address review comments
1 parent 4b4ffc1 commit 2607f2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/docker/scripts/musl-toolchain.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cd musl-cross-make
4141
hide_output make -j$(nproc) TARGET=$TARGET
4242
hide_output make install TARGET=$TARGET OUTPUT=$OUTPUT
4343

44-
cd ..
44+
cd -
4545

4646
# Make musl binaries executable
4747

@@ -72,5 +72,5 @@ cmake ../libunwind-release_$LLVM \
7272

7373
hide_output make -j$(nproc)
7474
cp lib/libunwind.a $OUTPUT/$TARGET/lib
75-
cd ../ && rm -rf libunwind-build
75+
cd - && rm -rf libunwind-build
7676

0 commit comments

Comments
 (0)