Skip to content

Commit

Permalink
Fix shuf/gshuf choose bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gangliao authored Nov 16, 2016
1 parent 6561242 commit dc283d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/quick_start/preprocess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set -e
export LC_ALL=C
UNAME_STR=`uname`

if [[ ${UNAME_STR} == 'Linux' ]]; then
if [ ${UNAME_STR} == 'Linux' ]; then
SHUF_PROG='shuf'
else
SHUF_PROG='gshuf'
Expand Down

0 comments on commit dc283d8

Please sign in to comment.