Skip to content

Commit

Permalink
(trunk) last file with the shebang issue -- had whitespaces after the…
Browse files Browse the repository at this point in the history
… -w switch

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5115 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
  • Loading branch information
jtrmal committed Jun 3, 2015
1 parent ebcde7f commit a406484
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions egs/csj/s5/local/csj_make_trans/reform.pl
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#!/usr/bin/env perl -w

#!/usr/bin/env perl
# Copyright 2015 Tokyo Institute of Technology (Authors: Takafumi Moriya and Takahiro Shinozaki)
# 2015 Mitsubishi Electric Research Laboratories (Author: Shinji Watanabe)
# Apache 2.0
# Acknowledgement This work was supported by JSPS KAKENHI Grant Number 26280055.

# This script is to make lexicon for KALDI format.

use warnings;

while (<>){
chomp;
@line=split(/\t/, $_);
Expand Down

0 comments on commit a406484

Please sign in to comment.