4 # this script copies the relevant files from $1 into this
5 # working copy of the repository, adds new files and
6 # prints a list of mods for SConscript
13 echo "Looking for copies in $from ... will strip $strip"
15 for file in `find $from \( -name \*.cpp -o -name \*.h -o -name \*.c \)`
18 copy
=`echo $file | sed "s?$strip/??"`
20 if [ -f $copy ] ; then