[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [med-svn] r2530 - trunk/packages/imagej/trunk/debian



On Wed, 24 Sep 2008, paolinux-guest@alioth.debian.org wrote:

Author: paolinux-guest
Date: 2008-09-24 12:43:32 +0000 (Wed, 24 Sep 2008)
New Revision: 2530

So you finally completely removed the invalid command line option
check?  Is this done now in imagej?

If this is intended and you are happy with the current status I
might upload the binary package to Debian (main).

Kind regards

        Andreas.

Modified:
  trunk/packages/imagej/trunk/debian/imagej.sh
Log:


Modified: trunk/packages/imagej/trunk/debian/imagej.sh
===================================================================
--- trunk/packages/imagej/trunk/debian/imagej.sh	2008-09-24 12:37:19 UTC (rev 2529)
+++ trunk/packages/imagej/trunk/debian/imagej.sh	2008-09-24 12:43:32 UTC (rev 2530)
@@ -145,29 +145,7 @@
	fi
fi

-# Warning on syntax change
-#for var in "$@" ; do
-#	if [[ "$var" == @(-batch|-eval|-macro|-mem|-new|-port|-run|-verbose) ]] ; then
-#		echo "ImageJ command line options have changed!" 1>&2
-#		echo "$var is no longer a valid option." 1>&2
-#		echo "Type 'imagej -h' for full usage" 1>&2
-#		exit 1
-#	fi
-#done

-# Warning on syntax change, POSIX compliant
-for var in "$@" ; do
-   case "$var" in
-        -batch|-eval|-macro|-mem|-new|-port|-run|-verbose)
-		echo "ImageJ command line options have changed!" 1>&2
-		echo "$var is no longer a valid option." 1>&2
-		echo "Type 'imagej -h' for full usage" 1>&2
-            exit 1
-        ;;
-    esac
-done
-
-
##################### USAGE DESCRIPTION #####################

function usage {


--
http://fam-tille.de


Reply to: