We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a028da7 commit c9c498fCopy full SHA for c9c498f
build.sh
@@ -1261,7 +1261,7 @@ if [[ -d "${channel_dir}.add" ]]; then
1261
channel_name="${1}"
1262
channel_dir="${channel_dir}.add"
1263
elif [[ "${channel_name}" = "clean" ]]; then
1264
- "${tools_dir}/clean.sh" -w $(realpath "${work_dir}") $([[ "${debug}" = true ]] && echo -n "-d")
+ "${tools_dir}/clean.sh" -w "$(realpath "${work_dir}")" $([[ "${debug}" = true ]] && echo -n "-d")
1265
exit 0
1266
else
1267
channel_dir="${script_path}/channels/${channel_name}"
0 commit comments