diff options
author | Thomas Bächler <thomas@archlinux.org> | 2006-10-24 01:22:16 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2006-10-24 01:22:16 +0200 |
commit | aa189eaa8c75393fdb96324d255773fb9621dec5 (patch) | |
tree | b12dfd82f6ecc17d2f6b49d209003751e321e29d | |
parent | 6a2514b3009f7793b546871f159065690da13d87 (diff) | |
download | mkinitcpio-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
-rw-r--r-- | mkinitcpio | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |