Skip to content

Commit 48d2115

Browse files
authoredJan 29, 2020
[scripts,egs] Fix shebangs on bash scripts to #!/usr/bin/env bash, for portability (#3881)
1 parent fd6aabb commit 48d2115

File tree

2,514 files changed

+2527
-2519
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,514 files changed

+2527
-2519
lines changed
 

‎egs/aidatatang_200zh/s5/local/chain/compare_wer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Copyright 2018 Emotech LTD (Author: Xuechen Liu)
33

44
# compare wer between diff. models in aidatatang_200zh chain directory

‎egs/aidatatang_200zh/s5/local/chain/tuning/run_tdnn_1a.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# This script is based on run_tdnn_7h.sh in swbd chain recipe.
44

0 commit comments

Comments
 (0)