mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
fix small bug when using -N for nocache
This commit is contained in:
parent
3b2c23be93
commit
85f9615c26
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue