Created
July 18, 2018 11:18
-
-
Save spacepluk/c89a2cab1fbbf4daea56ae5b2f922cb8 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