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.
2 parents d9c8ef4 + 3192fff commit 76d1057Copy full SHA for 76d1057
install.sh
@@ -402,7 +402,7 @@ install_pwalk() {
402
403
# Compile pwalk tool and put exec file in froster's binaries folder
404
echo " Compiling pwalk"
405
- gcc -pthread ${pwalk_path}/pwalk.c ${pwalk_path}/exclude.c ${pwalk_path}/fileProcess.c -o ${pwalk_path}/pwalk &
+ gcc -pthread ${pwalk_path}/pwalk.c ${pwalk_path}/exclude.c ${pwalk_path}/fileProcess.c -o ${pwalk_path}/pwalk | redirect_output &
406
spinner $!
407
408
# Get the froster's binaries folder
0 commit comments