environ #15

Merged
cromer merged 27 commits from environ into master 2021-07-17 22:15:24 -04:00
Showing only changes of commit daa9cf8673 - Show all commits

View File

@ -235,9 +235,6 @@ void echo(StringArray *args) {
} }
for (size_t i = 0; i < no_variables->size; i++) { for (size_t i = 0; i < no_variables->size; i++) {
if (i == 0) {
fprintf(stderr, "\n");
}
fprintf(stderr, "The variable %s doesn't exist!\n", no_variables->array[i]); fprintf(stderr, "The variable %s doesn't exist!\n", no_variables->array[i]);
} }
free_string_array(no_variables); free_string_array(no_variables);