lttng-tools: remove bogus interpreter line from utils shell library
authorNathan Lynch <nathan_lynch@mentor.com>
Mon, 9 Jan 2017 22:14:28 +0000 (16:14 -0600)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 10 Jan 2017 00:47:54 +0000 (19:47 -0500)
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@mentor.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/utils/utils.sh

index 05d88650e9f369bfd84ed939c405967d2de314b3..9db0640b70f3135bdfc156340393eec3fb4ea043 100644 (file)
@@ -1,5 +1,3 @@
-#!/src/bin/bash
-#
 # Copyright (C) - 2012 David Goulet <dgoulet@efficios.com>
 #
 # This library is free software; you can redistribute it and/or modify it under
This page took 0.027704 seconds and 5 git commands to generate.