From: Nathan Lynch Date: Mon, 9 Jan 2017 22:14:28 +0000 (-0600) Subject: lttng-tools: remove bogus interpreter line from utils shell library X-Git-Tag: v2.10.0-rc1~71 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=ed6cc57653b5e16ae3702e5157429e2209f9d088 lttng-tools: remove bogus interpreter line from utils shell library 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 Signed-off-by: Jérémie Galarneau --- diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index 05d88650e..9db0640b7 100644 --- a/tests/utils/utils.sh +++ b/tests/utils/utils.sh @@ -1,5 +1,3 @@ -#!/src/bin/bash -# # Copyright (C) - 2012 David Goulet # # This library is free software; you can redistribute it and/or modify it under