Ports: Fix a typo in .port_include.sh

This commit is contained in:
Lucas CHOLLET 2023-07-01 22:03:49 -04:00 committed by Linus Groh
parent 703ac59b27
commit b8bc1ac5d0
Notes: sideshowbarker 2024-07-16 21:45:42 +09:00

View file

@ -776,7 +776,7 @@ do_dev() {
do_installdepends do_installdepends
fi fi
if [ -d "$workdir" ] && [ ! -d "$workdir/.git" ]; then if [ -d "$workdir" ] && [ ! -d "$workdir/.git" ]; then
if prompt_yes_no "- Would you like to clean the working direcory (i.e. ./package.sh clean)?"; then if prompt_yes_no "- Would you like to clean the working directory (i.e. ./package.sh clean)?"; then
do_clean do_clean
fi fi
fi fi