voxforge.org
VoxForge Dev

Changeset 19

Show
Ignore:
Timestamp:
04/21/07 16:58:47 (2 years ago)
Author:
trevarthan
Message:

Limit grep to prompts/vf* files so as to avoid .svn dirs and audio dir.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/extensions_voxforge.conf

    r18 r19  
    383383[sub-voxforge-get-next] 
    384384exten => s,1,System(mv ${RECORDED_FILE}.wav ${session-dir}/${last-prompt-name}.wav) 
    385 exten => s,2,System(grep -R --exclude \'*.svn*\' --no-filename ${last-prompt-name} ${prompts-dir} >> ${session-dir}/prompts) 
     385exten => s,2,System(grep -R --no-filename ${last-prompt-name} ${prompts-dir}/vf* >> ${session-dir}/prompts) 
    386386exten => s,3,Set(num-complete=$[${num-complete} + 1]) 
    387387exten => s,4,Set(num-complete-this-round=$[${num-complete-this-round} + 1])