Skip to content

Commit

Permalink
ci: do not use pushd/popd in GNUmakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Jan 18, 2022
1 parent 6dfa11e commit 1c5eb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Expand Up @@ -120,7 +120,7 @@ fresh_vc:

ifndef local
latest_tcc: $(TMPTCC)/.git/config
@pushd . > /dev/null && cd $(TMPTCC) && $(GITCLEANPULL) && popd > /dev/null
cd $(TMPTCC) && $(GITCLEANPULL)
@$(MAKE) --quiet check_for_working_tcc 2> /dev/null
else
latest_tcc:
Expand Down

0 comments on commit 1c5eb7c

Please sign in to comment.