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 7e63561 commit 3192fffCopy full SHA for 3192fff
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