Skip to content

Instantly share code, notes, and snippets.

@spacepluk
Created July 17, 2018 09:00
Show Gist options
  • Save spacepluk/3e30c6be0fe2968a102350c99824e4a5 to your computer and use it in GitHub Desktop.
Save spacepluk/3e30c6be0fe2968a102350c99824e4a5 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