Skip to content

Commit

Permalink
modified: scripts/bash/components/build.github.orgs.bash
Browse files Browse the repository at this point in the history
	modified:   scripts/bash/components/build.github.users.bash
  • Loading branch information
SDRausty committed Oct 16, 2019
1 parent 529eca2 commit 89724c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/bash/components/build.github.orgs.bash
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ done

_FJDX_ () {
export SFX="$(tar tf "${NAME##*/}.${COMMIT::7}.tar.gz" | awk 'NR==1' )" || printf "%s\\n\\n" "$STRING"
(tar xvf "${NAME##*/}.${COMMIT::7}.tar.gz" | grep AndroidManifest.xml); _IAR_ "$JDR/$SFX/" || printf "%s\\n\\n" "$STRING"
(tar xvf "${NAME##*/}.${COMMIT::7}.tar.gz" | grep AndroidManifest.xml); _IAR_ "$JDR/$SFX" || printf "%s\\n\\n" "$STRING"
}

_GC_ () {
Expand Down
2 changes: 1 addition & 1 deletion scripts/bash/components/build.github.users.bash
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ done

_FJDX_ () {
export SFX="$(tar tf "${NAME##*/}.${COMMIT::7}.tar.gz" | awk 'NR==1' )" || printf "%s\\n\\n" "$STRING"
(tar xvf "${NAME##*/}.${COMMIT::7}.tar.gz" | grep AndroidManifest.xml); _IAR_ "$JDR/$SFX/" || printf "%s\\n\\n" "$STRING"
(tar xvf "${NAME##*/}.${COMMIT::7}.tar.gz" | grep AndroidManifest.xml); _IAR_ "$JDR/$SFX" || printf "%s\\n\\n" "$STRING"
}

_GC_ () {
Expand Down

0 comments on commit 89724c5

Please sign in to comment.