aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Renninger <trenn@suse.de>2012-12-12 01:20:39 -0500
committerChen Gong <gong.chen@linux.intel.com>2012-12-14 01:18:04 -0500
commitc401523f5433467e31ea4fc7fdf94a2c7d7ec04f (patch)
tree7e75d93d81e0b8bb25a795e7020267db0edb49a8
parent1ed95d9bdccf59b9e2e62c36ca6a8599c5a8c9d8 (diff)
downloadmce-test-c401523f5433467e31ea4fc7fdf94a2c7d7ec04f.tar.gz
mce-test: Fix she-bang in fs-metadata.sh and k-thread.sh
Some she-bang are missed in the bash header. Signed-off-by: Thomas Renninger <trenn@suse.de> Signed-off-by: Chen Gong <gong.chen@linux.intel.com>
-rwxr-xr-xcases/stress/hwpoison/tools/fs-metadata/fs-metadata.sh4
-rwxr-xr-xcases/stress/hwpoison/tools/fs-metadata/k-thread.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/cases/stress/hwpoison/tools/fs-metadata/fs-metadata.sh b/cases/stress/hwpoison/tools/fs-metadata/fs-metadata.sh
index aac5adb..707e4a8 100755
--- a/cases/stress/hwpoison/tools/fs-metadata/fs-metadata.sh
+++ b/cases/stress/hwpoison/tools/fs-metadata/fs-metadata.sh
@@ -1,5 +1,5 @@
-#/bin/bash
-#
+#!/bin/bash
+
# File system metadata stress testing script v0.1
#
# This program is free software; you can redistribute it and/or
diff --git a/cases/stress/hwpoison/tools/fs-metadata/k-thread.sh b/cases/stress/hwpoison/tools/fs-metadata/k-thread.sh
index 75a29e4..aea7f87 100755
--- a/cases/stress/hwpoison/tools/fs-metadata/k-thread.sh
+++ b/cases/stress/hwpoison/tools/fs-metadata/k-thread.sh
@@ -1,5 +1,5 @@
-#/bin/bash
-#
+#!/bin/bash
+
# Test thread for File system metadata stress testing script
#
# This program is free software; you can redistribute it and/or