diff options
Diffstat (limited to 'scripts/oe-gnome-terminal-phonehome')
-rwxr-xr-x | scripts/oe-gnome-terminal-phonehome | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/oe-gnome-terminal-phonehome b/scripts/oe-gnome-terminal-phonehome index e02354883a..b6b9a3867b 100755 --- a/scripts/oe-gnome-terminal-phonehome +++ b/scripts/oe-gnome-terminal-phonehome | |||
@@ -1,5 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # | 2 | # |
3 | # SPDX-License-Identifier: GPL-2.0-only | ||
4 | # | ||
3 | # Gnome terminal won't tell us which PID a given command is run as | 5 | # Gnome terminal won't tell us which PID a given command is run as |
4 | # or allow a single instance so we can't tell when it completes. | 6 | # or allow a single instance so we can't tell when it completes. |
5 | # This allows us to figure out the PID of the target so we can tell | 7 | # This allows us to figure out the PID of the target so we can tell |