Skip to content

Commit

Permalink
Merge branch 'trallnag-patch-1' into dev/master
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick330602 committed Aug 1, 2024
2 parents bc9b4fb + c3af5e1 commit 2deba9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install: doc_install res_install conf_install

uninstall:
for f in $(INSTEDEXES); do \
if [ `basename $$f` != "wslpath" ]; then \
if [ `basename $$f` != "wslpath" ] && [ `basename $$f` != "wslinfo" ]; then \
rm -f $$f; \
fi; \
done
Expand Down

0 comments on commit 2deba9a

Please sign in to comment.