-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts: Honor the -e flag for scripts
This is required for glibc-all-langpacks at least: https://bugzilla.redhat.com/show_bug.cgi?id=1367585 Otherwise, its usage is...extraordinarily rare. In fact looking at a snapshot of `rpm-specs-20170518.tar.xz` from Fedora, the only other use is in `postfix.spec`, and it appears bogus (the value is already expanded at build time). But the glibc case is special, as the value of `install_langs` is indeed potentially dynamic per system. Closes: #873 Approved by: jlebon
- Loading branch information
1 parent
4222407
commit 1f3ebba
Showing
3 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters