Flip debugging flag
This commit is contained in:
parent
540bc4cd32
commit
09d442d1e1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ while read -r line; do
|
|||
|
||||
done
|
||||
|
||||
if [[ $all == 0 ]]; then
|
||||
if [[ $all == 1 ]]; then
|
||||
# Run gen-mkinitcpio-preset for all the installed kernels
|
||||
while read -r pkgbasefile; do
|
||||
version=$(basename "${pkgbasefile%/pkgbase}")
|
||||
|
|
Loading…
Add table
Reference in a new issue