Skip to content

Commit 0fb5987

Browse files
committed
[llvm] Don't use arguments for popd. Contributes to JB#51009
popd doesn't accept arguments. Signed-off-by: Tomi Leppänen <[email protected]>
1 parent 6e4bc89 commit 0fb5987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpm/llvm.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pushd build
7878
-DLLVM_UTILS_INSTALL_DIR:PATH=%{_bindir}
7979

8080
%ninja_build
81-
popd build
81+
popd
8282

8383
%install
8484
rm -rf %{buildroot}

0 commit comments

Comments
 (0)