diff options
Diffstat (limited to 'meta/recipes-kernel/oprofile')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofile/run-ptest | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile/run-ptest b/meta/recipes-kernel/oprofile/oprofile/run-ptest index 583ee1b8a8..4814be652a 100644 --- a/meta/recipes-kernel/oprofile/oprofile/run-ptest +++ b/meta/recipes-kernel/oprofile/oprofile/run-ptest | |||
@@ -1,4 +1,5 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/sh |
2 | |||
2 | saved_dir=$PWD | 3 | saved_dir=$PWD |
3 | for dir in */tests ; do | 4 | for dir in */tests ; do |
4 | cd $dir | 5 | cd $dir |