diff options
Diffstat (limited to 'scripts/memusage')
-rwxr-xr-x | scripts/memusage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/memusage b/scripts/memusage index 863b0cb07..4ef5608fd 100755 --- a/scripts/memusage +++ b/scripts/memusage @@ -3,7 +3,7 @@ busybox=../busybox i=4000 -echo "Before we started $i copies of 'busybox sleep 10':" +echo "Before we started $i copies of '$busybox sleep 10':" $busybox nmeter '%t %[pn] %m' | head -3 while test $i != 0; do |