Page 1 of 1

[Z88dk-commits] CVS: z88dk config.sh,1.13,1.14

Posted: Tue Apr 01, 2014 9:05 pm
by Dominic Morris
Update of /cvsroot/z88dk/z88dk
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16661

Modified Files:
config.sh
Log Message:
And now we don't need to copy...


Index: config.sh
===================================================================
RCS file: /cvsroot/z88dk/z88dk/config.sh,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** config.sh 20 Mar 2014 20:58:29 -0000 1.13
--- config.sh 1 Apr 2014 21:05:45 -0000 1.14
***************
*** 8,18 ****
default=$2

-
- rm -f lib/config/*.cfg
- for file in `ls lib/config/*.lnx`; do
- dest=`echo $file | sed 's/\.lnx/\.cfg/g'`
- cp $file $dest
- done
-
if [ x$default != x ]; then
cp lib/config/${default}.cfg lib/config/zcc.cfg
--- 8,11 ----


------------------------------------------------------------------------------