mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +00:00
Ports: Fix a typo in .port_include.sh
This commit is contained in:
parent
703ac59b27
commit
b8bc1ac5d0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue