diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-07-02 08:57:53 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-07-02 08:57:53 -0400 |
| commit | 148d93124e860c0cf57c561f996f8888f6a09211 (patch) | |
| tree | d06cb033f03ef7f4b14c170a4907eccf637bc607 /checkperms.sh | |
| parent | 49b9108c84d8ba10bfaaadf148b1ea7164938784 (diff) | |
ver
Diffstat (limited to 'checkperms.sh')
| -rwxr-xr-x | checkperms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkperms.sh b/checkperms.sh index 7c885cb0..05283f6d 100755 --- a/checkperms.sh +++ b/checkperms.sh @@ -6,4 +6,4 @@ else FILE="$1" fi echo "*** Permissions for $FILE ***" -`echo $ANDROID_HOME`/build-tools/${SDK_VERSION}/aapt d permissions $FILE +`echo $ANDROID_SDK_ROOT`/build-tools/${SDK_VERSION}/aapt d permissions $FILE |
