Skip to content

WIP: Update per shellcheck, etc.

blare-ski requested to merge blare-ski/plymouth:patch-3 into master

Placing PLYMOUTH_POPULATE_INITRD command into existing 'if' statement; adding exit in case cd fails; adding '.' in case find has no default dir; adding quotes to prevent globbing & word splitting. Replacing '[' with '[['; cleaning up quotes; adding exitin case mktemp fails; adding ':?' in case of race condition; '&& ... ||' is not well defined, restructuring into 'if' statement; connecting arguments of rm -f to dir with './' to prevent globbing.

Merge request reports