Mon Dec 22 15:50:35 2003 Michael Jennings (mej)

Minor tweaks to utils/Etbg_update_list.


SVN revision: 8180
This commit is contained in:
Michael Jennings 2003-12-22 20:50:52 +00:00
parent 685afc5c44
commit a6325a21c4
2 changed files with 8 additions and 4 deletions

View File

@ -5148,3 +5148,7 @@ Mon Dec 22 15:40:43 2003 Michael Jennings (mej)
That too.
----------------------------------------------------------------------
Mon Dec 22 15:50:35 2003 Michael Jennings (mej)
Minor tweaks to utils/Etbg_update_list.
----------------------------------------------------------------------

View File

@ -49,10 +49,10 @@ begin menu
EOF
if [ -d tile ]; then
for i in `(cd tile && ls -1)` ; do
echo '"tile/'$i'@0x0+0+0:tile"' >> $LISTFILE.new
echo '"tile/'$i'@0+0:tile"' >> $LISTFILE.new
echo " begin menuitem" >&3
eval echo "\ \ \ \ text \\\"\`echo $i | $SEDCMD\`\\\"" >&3
echo " action string \"\\e]20;tile/$i;0x0+0+0:tile\\a\"" >&3
echo " action string \"\\e]20;tile/$i;0+0:tile\\a\"" >&3
echo " end" >&3
done
fi
@ -64,10 +64,10 @@ EOF
if [ -d scale ]; then
for i in `(cd scale && ls -1)` ; do \
echo '"scale/'$i'@100x100"' >> $LISTFILE.new ; \
echo '"scale/'$i'@100"' >> $LISTFILE.new ; \
echo " begin menuitem" >&3
eval echo "\ \ \ \ text \\\"\`echo $i | $SEDCMD\`\\\"" >&3
echo " action string \"\\e]20;tile/$i;0x0+0+0:tile\\a\"" >&3
echo " action string \"\\e]20;scale/$i;100\\a\"" >&3
echo " end" >&3
done
fi