We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66ec754 + 3af4d86 commit aeb896eCopy full SHA for aeb896e
1 file changed
build-scripts/clean-buildmachine
@@ -9,7 +9,8 @@
9
. "$(dirname "$0")"/functions
10
. detect-environment
11
12
-uninstall_cfbuild
+log_debug "Removing all cfbuild packages..."
13
+run_and_print_on_failure uninstall_cfbuild
14
15
if [ -z "$PREFIX" ] || [ "$PREFIX" = "/" ]; then
16
fatal "\$PREFIX is not defined, is empty, or is set to the root directory. Aborting to prevent accidental deletion."
0 commit comments