"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "dist/standard/config/add_global_usertag" between
interchange-5.8.2.tar.gz and interchange-5.10.0.tar.gz

About: Interchange is an Electronic commerce system (supports SSL, PGP/GPG).

add_global_usertag  (interchange-5.8.2):add_global_usertag  (interchange-5.10.0)
skipping to change at line 28 skipping to change at line 28
fi fi
if test -d $TAGDIR if test -d $TAGDIR
then then
HASTAGDIR=1 HASTAGDIR=1
else else
mkdir -p __MVC_RELOCATE____MVC_VENDROOT__/code/template_tag/__MVC_DEMOTYP E__ \ mkdir -p __MVC_RELOCATE____MVC_VENDROOT__/code/template_tag/__MVC_DEMOTYP E__ \
|| die "Cannot make $TAGDIR" || die "Cannot make $TAGDIR"
fi fi
for f in *.tag for f in *.tag *.am
do do
if test -f __MVC_RELOCATE____MVC_VENDROOT__/usertag/$f if test -f __MVC_RELOCATE____MVC_VENDROOT__/usertag/$f
then then
echo "$f appears to be in global usertag/ directory, skipping." echo "$f appears to be in global usertag/ directory, skipping."
else else
cp $f $TAGDIR || die "Cannot copy $f to $TAGDIR: $!" cp $f $TAGDIR || die "Cannot copy $f to $TAGDIR: $!"
fi fi
done done
for f in *.filter
do
if test -f __MVC_RELOCATE____MVC_VENDROOT__/filter/$f
then
echo "$f appears to be in global filter/ directory, skipping."
else
cp $f $TAGDIR || die "Cannot copy $f to $TAGDIR: $!"
fi
done
 End of changes. 2 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  All  |  Newest  |  Fossies Dox  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTPS