Skip to content

Commit

Permalink
modified: scripts/bash/build/build.github.orgs.bash
Browse files Browse the repository at this point in the history
	modified:   scripts/bash/build/build.github.users.bash
  • Loading branch information
SDRausty committed Oct 8, 2019
1 parent 96878e4 commit 23d8ade
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion scripts/bash/build/build.github.orgs.bash
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ _ATT_ () {
then
_AND_
export SFX="$(tar tf "${NAME##*/}.${COMMIT::7}.tar.gz" | awk 'NR==1' )" || printf "%s\\n\\n" "$STRING"
_ANDB_ "$JDR/$SFX"
fi
fi
}
Expand Down
1 change: 0 additions & 1 deletion scripts/bash/build/build.github.users.bash
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ _ATT_ () {
then
_AND_
export SFX="$(tar tf "${NAME##*/}.${COMMIT::7}.tar.gz" | awk 'NR==1' )" || printf "%s\\n\\n" "$STRING"
_ANDB_ "$JDR/$SFX"
fi
fi
}
Expand Down

0 comments on commit 23d8ade

Please sign in to comment.