summaryrefslogtreecommitdiffstats
path: root/mkinitcpio
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2006-10-24 01:22:16 +0200
committerThomas Bächler <thomas@archlinux.org>2006-10-24 01:22:16 +0200
commitaa189eaa8c75393fdb96324d255773fb9621dec5 (patch)
treeb12dfd82f6ecc17d2f6b49d209003751e321e29d /mkinitcpio
parent6a2514b3009f7793b546871f159065690da13d87 (diff)
downloadmkinitcpio-aa189eaa8c75393fdb96324d255773fb9621dec5.tar.gz
mkinitcpio-aa189eaa8c75393fdb96324d255773fb9621dec5.tar.xz
removed unnecessary sanity check (never worked anyway)
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@180 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'mkinitcpio')
-rw-r--r--mkinitcpio3
1 files changed, 0 insertions, 3 deletions
diff --git a/mkinitcpio b/mkinitcpio
index 61ace57..90eef75 100644
--- a/mkinitcpio
+++ b/mkinitcpio
@@ -139,9 +139,6 @@ if [ -f "${FILELIST}" -a "x${APPEND}" == "x" ]; then
echo "destination file list '${FILELIST}' exists - remove before running"
exit 1
fi
-elif [ -f "${DESTIMG}" ]; then
- echo "destination image '${DESTIMG}' exists - remove before running"
- exit 1
else
touch "${FILELIST}"
fi