[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: makeimages



  User: danmc   
  Date: 06/10/23 05:35:42

  Modified:    .        makeimages
  Log:
  == is a bash extension.  Remove this non-portability
  
  
  Revision  Changes    Path
  1.4       +2 -2      eda/geda/gaf/gschem/scripts/makeimages
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: makeimages
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/scripts/makeimages,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- makeimages	26 Feb 2006 19:33:59 -0000	1.3
  +++ makeimages	23 Oct 2006 09:35:42 -0000	1.4
  @@ -1,13 +1,13 @@
   #!/bin/sh
   #
  -# $Id: makeimages,v 1.3 2006/02/26 19:33:59 danmc Exp $
  +# $Id: makeimages,v 1.4 2006/10/23 09:35:42 danmc Exp $
   
   # This script requires the following packages :
   #	- gschem (located the your PATH )
   # 	- ghostscript (I use aladdin gs)
   #
   
  -if [ "$1" == "" ] 
  +if [ $# -ne 1 ]
   then
   	echo "usage: makeimages path_to_libary" 
   	exit 1
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs