13
0

fix small bug when using -N for nocache

This commit is contained in:
Paul Davis 2015-01-23 12:24:53 -05:00
parent 3b2c23be93
commit 85f9615c26

View File

@ -19,7 +19,7 @@ while [ $# -gt 1 ] ; do
-d) dir=$2; shift; shift ;;
-f) filesize=$2; shift; shift ;;
-n) numfiles=$2; shift; shift ;;
-N) nocache="-s"; shift; shift ;;
-N) nocache="-s"; shift;;
*) break ;;
esac
done