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.8.7~29 X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=14f74fc6d25c5334d89c58c696f6dbbe364cb1e6 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 aaac8c67d..3a6934f97 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