Fix shuf/gshuf choose bug

avx_docs
gangliao 9 years ago committed by GitHub
parent 65612425f2
commit dc283d8209

@ -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'

Loading…
Cancel
Save