We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59f4bd commit 2a6021cCopy full SHA for 2a6021c
1 file changed
tools/wizard.sh
@@ -700,12 +700,6 @@ Function_Global_Ask_out_dir () {
700
"The directory is unavailable."
701
Function_Global_Ask_out_dir
702
return 0
703
- elif [[ -n "$(ls ${out_dir})" ]]; then
704
- msg_error \
705
- "ディレクトリは空ではありません。" \
706
- "The directory is not empty."
707
- Function_Global_Ask_out_dir
708
- return 0
709
fi
710
711
}
0 commit comments