-
Notifications
You must be signed in to change notification settings - Fork 11
(RHEL-92584) fix(dracut.sh): don't pass empty string as dir #114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Commit validationTracker - RHEL-92584 The following commits need an inspection
Tracker validationSuccess🟢 Tracker RHEL-92584 has set desired product: Pull Request validationFailed🔴 Failed or pending checks - |
That causes dropindirs_sort() to look for .conf files in / due to
expansion:
for d in "$@"; do
for i in "$d/"*"$suffix"; do
Fixes #1275
(cherry picked from commit 000cfa0c278c0858e81c8dd2ff7231f069f0afb1)
Resolves: RHEL-92584
|
|
LGTM. |
That causes dropindirs_sort() to look for .conf files in / due to
expansion:
Fixes #1275
(cherry picked from commit 000cfa0c278c0858e81c8dd2ff7231f069f0afb1)
Resolves: RHEL-92584