Skip to content

Commit

Permalink
modified: at.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Sep 30, 2019
1 parent 3c4144d commit 8e497ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion at.bash
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ _TB_() { # add git modules from GitHub to cache directory
fi
}

_AT_() { # add git modules from GitHub to job directory
_AT_() { # unused : add git modules from GitHub to job directory
if [[ -d "$JDR/$1/" ]]
then
if ! find "$JDR/$1/" -type f -name AndroidManifest.xml
Expand Down

0 comments on commit 8e497ee

Please sign in to comment.