Sfoglia il codice sorgente

Fix sloppy mistake

Tianon Gravi 8 anni fa
parent
commit
ba3c616502
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      test-pr.sh

+ 1 - 1
test-pr.sh

@@ -86,7 +86,7 @@ if [ -z "$BASHBREW_SECOND_STAGE" ]; then
 		-e BASHBREW_SECOND_STAGE=1
 	)
 
-	for e in "${!BASHBREW_*}"; do
+	for e in "${!BASHBREW_@}"; do
 		case "$e" in
 			BASHBREW_SECOND_STAGE|BASHBREW_CACHE|BASHBREW_LIBRARY) ;;
 			*)