Demons
This commit is contained in:
parent
b5a68b293b
commit
e3a68be86d
@ -1012,10 +1012,10 @@ function exit_cleanup {
|
||||
|
||||
# Community patches removal in case of failure
|
||||
for _p in ${_community_patches[@]}; do
|
||||
rm -f "$_where"/$_p
|
||||
rm -f "$_where"/"$_p"
|
||||
done
|
||||
|
||||
if [ $_NUKR == "true" ]; then
|
||||
if [ "$_NUKR" == "true" ]; then
|
||||
rm -rf "$_where"/src/*
|
||||
# Double tap
|
||||
rm -rf "$srcdir"/linux-*
|
||||
|
@ -1064,10 +1064,10 @@ function exit_cleanup {
|
||||
|
||||
# Community patches removal in case of failure
|
||||
for _p in ${_community_patches[@]}; do
|
||||
rm -f "$_where"/$_p
|
||||
rm -f "$_where"/"$_p"
|
||||
done
|
||||
|
||||
if [ $_NUKR == "true" ]; then
|
||||
if [ "$_NUKR" == "true" ]; then
|
||||
rm -rf "$_where"/src/*
|
||||
# Double tap
|
||||
rm -rf "$srcdir"/linux-*
|
||||
|
@ -1067,10 +1067,10 @@ function exit_cleanup {
|
||||
|
||||
# Community patches removal in case of failure
|
||||
for _p in ${_community_patches[@]}; do
|
||||
rm -f "$_where"/$_p
|
||||
rm -f "$_where"/"$_p"
|
||||
done
|
||||
|
||||
if [ $_NUKR == "true" ]; then
|
||||
if [ "$_NUKR" == "true" ]; then
|
||||
rm -rf "$_where"/src/*
|
||||
# Double tap
|
||||
rm -rf "$srcdir"/linux-*
|
||||
|
@ -1057,10 +1057,10 @@ function exit_cleanup {
|
||||
|
||||
# Community patches removal in case of failure
|
||||
for _p in ${_community_patches[@]}; do
|
||||
rm -f "$_where"/$_p
|
||||
rm -f "$_where"/"$_p"
|
||||
done
|
||||
|
||||
if [ $_NUKR == "true" ]; then
|
||||
if [ "$_NUKR" == "true" ]; then
|
||||
rm -rf "$_where"/src/*
|
||||
# Double tap
|
||||
rm -rf "$srcdir"/linux-*
|
||||
|
Loading…
x
Reference in New Issue
Block a user