Merge pull request #194 from zetalog/acpica-linuxize

Acpica linuxize
This commit is contained in:
Robert Moore 2016-12-19 13:48:23 -08:00 committed by GitHub
commit 86c2065d7d
2 changed files with 3 additions and 3 deletions

View File

@ -53,8 +53,8 @@ if [ "x${COMMIT}" = "x" ]; then
COMMIT=HEAD
fi
after=`git log -1 ${COMMIT} --format=%H | cut -c1-8`
before=`git log -1 ${COMMIT}^1 --format=%H | cut -c1-8`
after=`git log -1 ${COMMIT} --format=%H`
before=`git log -1 ${COMMIT}^1 --format=%H`
SCRIPT=`(cd \`dirname $0\`; pwd)`
. $SCRIPT/libacpica.sh

View File

@ -34,7 +34,7 @@ do
done
shift $(($OPTIND - 1))
version=`git log -1 $1 --format=%H | cut -c1-8`
version=`git log -1 $1 --format=%H`
SCRIPT=`(cd \`dirname $0\`; pwd)`
. $SCRIPT/libacpica.sh