Skip to content

Commit c86692b

Browse files
Simplifies extension list generation for gh
1 parent bbc5f5e commit c86692b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/list-gh-ext.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
33
rm "$BASEDIR/../packages/gh-extensions.txt"
44
while read -r line; do
5-
a=($line)
65
for word in $line; do
76
if [[ $word == *"/"* ]]; then
87
echo $word >> "$BASEDIR/../packages/gh-extensions.txt"

0 commit comments

Comments
 (0)