|
@@ -1,4 +1,4 @@
|
|
-#!/bin/sh
|
|
|
|
|
|
+#!/bin/bash
|
|
#
|
|
#
|
|
# Check the console output from a torture run for goodness.
|
|
# Check the console output from a torture run for goodness.
|
|
# The "file" is a pathname on the local system, and "title" is
|
|
# The "file" is a pathname on the local system, and "title" is
|
|
@@ -8,7 +8,7 @@
|
|
# with other dmesg text, as in console-log output.
|
|
# with other dmesg text, as in console-log output.
|
|
#
|
|
#
|
|
# Usage:
|
|
# Usage:
|
|
-# sh parse-torture.sh file title
|
|
|
|
|
|
+# bash parse-torture.sh file title
|
|
#
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# it under the terms of the GNU General Public License as published by
|