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.9.4~16 X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=4545eae3bccb0f5a97509d1405a28000029a8d7d 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