diff options
Diffstat (limited to 'scripts/sstate-diff-machines.sh')
-rwxr-xr-x | scripts/sstate-diff-machines.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/sstate-diff-machines.sh b/scripts/sstate-diff-machines.sh index 27c6a33006..1d721eb87d 100755 --- a/scripts/sstate-diff-machines.sh +++ b/scripts/sstate-diff-machines.sh | |||
@@ -1,5 +1,7 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | # | |
3 | # SPDX-License-Identifier: GPL-2.0-only | ||
4 | # | ||
3 | # Used to compare sstate checksums between MACHINES. | 5 | # Used to compare sstate checksums between MACHINES. |
4 | # Execute script and compare generated list.M files. | 6 | # Execute script and compare generated list.M files. |
5 | # Using bash to have PIPESTATUS variable. | 7 | # Using bash to have PIPESTATUS variable. |