diff options
-rwxr-xr-x | scripts/vsp-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vsp-lib.sh b/scripts/vsp-lib.sh index bd3e7ae..40b6144 100755 --- a/scripts/vsp-lib.sh +++ b/scripts/vsp-lib.sh @@ -774,7 +774,7 @@ test_init() { local optional_features=$3 rm -f $logfile - rm -f *.bin + rm -f ${1/.sh/}*.bin local best_features_count=0 local best_mdev= |