Skip to content

Instantly share code, notes, and snippets.

@spacepluk
Created July 18, 2018 11:18
Show Gist options
  • Save spacepluk/c89a2cab1fbbf4daea56ae5b2f922cb8 to your computer and use it in GitHub Desktop.
Save spacepluk/c89a2cab1fbbf4daea56ae5b2f922cb8 to your computer and use it in GitHub Desktop.
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