JAL-3874 attempt to add source jars to eclipse through buildship
[jalview.git] / utils / create_iconfiles.sh
index 2eb3ff0..241c195 100755 (executable)
@@ -25,7 +25,7 @@ for ARG in $*; do
   NUM=${NUM%px*}
   NUM=${NUM%x*}
   NUM=${NUM%.*}
-  if [ x$NUM != x64 ]; then
+  if [ x$NUM != x64 -a x$NUM != x38 ]; then
     ICNSARGS="${ICNSARGS} $ARG"
   fi
 done