Created
July 17, 2018 09:00
-
-
Save spacepluk/3e30c6be0fe2968a102350c99824e4a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/scripts/get_acpi_tables.sh b/scripts/get_acpi_tables.sh | |
index 1c5a916..6894806 100755 | |
--- a/scripts/get_acpi_tables.sh | |
+++ b/scripts/get_acpi_tables.sh | |
@@ -22,7 +22,7 @@ for f in $SSDT_FILES; do | |
done | |
# Disassemble. | |
-iasl -e "$TMPDIR"/*.dat -d "$TMPDIR"/*.dat | |
+iasl -e "$TMPDIR"/*.dat -d "$TMPDIR"/SSDT5.dat | |
# Remove dat files. | |
rm "$TMPDIR"/*.dat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment