Changeset fb4297bd14e577dd6857cd47f9c99ed04ba53cec for modules/list.sh
- Timestamp:
- 08/13/05 20:44:31 (3 years ago)
- git-parent:
- Files:
-
- modules/list.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/list.sh
r92b1b63 rfb4297b 5 5 export LANG 6 6 7 TEMPFILE=/tmp/ list.tmp7 TEMPFILE=/tmp/vlclist.tmp.$$ 8 8 LISTFILE=LIST 9 LISTFILE2=/tmp/ list2.tmp10 LISTFILE3=/tmp/ list3.tmp9 LISTFILE2=/tmp/vlclist2.tmp.$$ 10 LISTFILE3=/tmp/vlclist3.tmp.$$ 11 11 12 12
