Lines Matching full:scripts
7 lmbench hierarchy we need to update the scripts as well to behave well here.
14 scripts/config-run | 40 ++++++++++++++++++++--------------------
15 scripts/results | 8 +++-----
18 diff --git a/scripts/config-run b/scripts/config-run
20 --- a/scripts/config-run
21 +++ b/scripts/config-run
102 INFO=`../scripts/info`
105 - then cp ../scripts/info-template ../bin/$OS/$INFO
108 + then cp ../scripts/info-template $INFO
126 - then $EDITOR ../bin/$OS/`../scripts/info`
127 + then $EDITOR `../scripts/info`
133 VERSION=`../scripts/version`
135 -C=../bin/$OS/`../scripts/config`
136 +C=`../scripts/config`
140 diff --git a/scripts/results b/scripts/results
142 --- a/scripts/results
143 +++ b/scripts/results