From 9994fb129668c15da6ac34b1875543df52231871 Mon Sep 17 00:00:00 2001 From: Sasa Bodiroza Date: Mon, 21 Jul 2008 21:26:20 +0000 Subject: * Fix src/med-xpi-pack to not check if XPI file already exists. It breaks the build * Document this change in README, and fix one typo in it. --- src/med-xpi-pack | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/med-xpi-pack b/src/med-xpi-pack index a44698c..266a77e 100755 --- a/src/med-xpi-pack +++ b/src/med-xpi-pack @@ -50,10 +50,6 @@ if [ -z $XPIFILE ] ; then echo -e "Missing XPI name.\n"; usage; fi; -if [ -f $XPIFILE ] ; then - echo -e "E: XPI file already exists.\n"; - usage; -fi; if [ ! -d $INDIR ] ; then echo -e "E: Input directory doesn't exist.\n"; usage; -- cgit v1.2.3