[lttng-dev] [PATCH] lttng-tools: remove bogus interpreter line from utils shell library
Nathan Lynch
nathan_lynch at mentor.com
Mon Jan 9 22:14:28 UTC 2017
tests/utils/utils.sh is always sourced, never executed, and
/src/bin/bash is not a typical path for a shell interpreter. Just
delete it.
Signed-off-by: Nathan Lynch <nathan_lynch at mentor.com>
---
tests/utils/utils.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh
index 05d88650e9f3..9db0640b70f3 100644
--- a/tests/utils/utils.sh
+++ b/tests/utils/utils.sh
@@ -1,5 +1,3 @@
-#!/src/bin/bash
-#
# Copyright (C) - 2012 David Goulet <dgoulet at efficios.com>
#
# This library is free software; you can redistribute it and/or modify it under
--
2.7.4
More information about the lttng-dev
mailing list