[med-svn] r2529 - trunk/packages/imagej/trunk/debian
tille at alioth.debian.org
tille at alioth.debian.org
Wed Sep 24 12:37:20 UTC 2008
Author: tille
Date: 2008-09-24 12:37:19 +0000 (Wed, 24 Sep 2008)
New Revision: 2529
Modified:
trunk/packages/imagej/trunk/debian/imagej.sh
Log:
Fix syntax error in bash script. Please test!
Modified: trunk/packages/imagej/trunk/debian/imagej.sh
===================================================================
--- trunk/packages/imagej/trunk/debian/imagej.sh 2008-09-24 12:25:22 UTC (rev 2528)
+++ trunk/packages/imagej/trunk/debian/imagej.sh 2008-09-24 12:37:19 UTC (rev 2529)
@@ -158,14 +158,7 @@
# Warning on syntax change, POSIX compliant
for var in "$@" ; do
case "$var" in
- -batch)
- -eval)
- -macro)
- -mem)
- -new)
- -port)
- -run)
- -verbose)
+ -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
More information about the debian-med-commit
mailing list