Skip to content

Commit 1b2bbd7

Browse files
committed
Merge branch 'jb51009_fix' into 'master'
[llvm] Don't use arguments for popd. Contributes to JB#51009 See merge request mer-core/llvm!11
2 parents 6e4bc89 + 0fb5987 commit 1b2bbd7

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)