diff --git a/initrd/create b/initrd/create index eb22c14..36c19aa 100755 --- a/initrd/create +++ b/initrd/create @@ -18,7 +18,7 @@ list=(bash tar e2fsck fsck.fat f2fs mdadm mount.ntfs-3g blkid) copy_including_deps() { # if source doesn't exist or target exists, do nothing - if [[ ! -e "${1}" || -e "${INITRAMFS}"/"${1}" || -e ${INITRAMFS}"/${2}" ]]; then + if [[ ! -e "${1}" || -e "${INITRAMFS}"/"${1}" || -e ${INITRAMFS}"/${2}" ]]; then return 1 fi