diff --git a/usr/bin/dracut-ukify b/usr/bin/dracut-ukify index e11fce8..c43c736 100755 --- a/usr/bin/dracut-ukify +++ b/usr/bin/dracut-ukify @@ -149,7 +149,7 @@ while getopts ":hag:xyz" arg; do do if [ -f "$image" ]; then echo "==> Removing $image..." - rm -f $image + rm -f "$image" fi done fi