From: Paul Davis Date: Thu, 22 Jan 2015 17:21:15 +0000 (-0500) Subject: really re-fix linux cache clear X-Git-Tag: 4.0-rc1~595 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=6980fc9aee6eb2922a4c25ca72362df9060a9feb;p=ardour.git really re-fix linux cache clear --- diff --git a/tools/run-readtest.sh b/tools/run-readtest.sh index b50add4944..fb1d6cd3ed 100755 --- a/tools/run-readtest.sh +++ b/tools/run-readtest.sh @@ -73,7 +73,7 @@ for bs in $@ ; do if uname -a | grep --silent arwin ; then # clears cache on OS X sudo purge - elif [ -f /proc/sys/vm/drop_cache ] ; then + elif [ -f /proc/sys/vm/drop_caches ] ; then # Linux cache clearing echo 3 | sudo tee /proc/sys/vm/drop_caches >/dev/null else