Magellan Linux

Diff of /branches/mage-next/src/smage2.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 177 by niro, Sun Jul 31 15:04:16 2005 UTC revision 183 by niro, Tue Aug 9 14:17:15 2005 UTC
# Line 4  Line 4 
4  # needs pkgbuild_dir (mage)  # needs pkgbuild_dir (mage)
5    
6  # SMAGE2  # SMAGE2
7  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/smage2.sh,v 1.19 2005-07-31 15:04:16 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/smage2.sh,v 1.20 2005-08-09 14:17:15 niro Exp $
8    
9  #01.10.2004  #01.10.2004
10  # added ccache support  # added ccache support
# Line 360  mstripbins() { Line 360  mstripbins() {
360  sminclude() {  sminclude() {
361   local i   local i
362    
363   if [ -n "$@" ]   if [[ -n "$@" ]]
364   then   then
365   for i in $@   for i in $@
366   do   do

Legend:
Removed from v.177  
changed lines
  Added in v.183