add missing exports
This commit is contained in:
@@ -108,6 +108,7 @@ busy()
|
|||||||
wait "$sub_pid" 2>/dev/null
|
wait "$sub_pid" 2>/dev/null
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
export -f busy
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
@@ -259,6 +260,7 @@ fake_compile()
|
|||||||
wait "$sub_pid" 2>/dev/null
|
wait "$sub_pid" 2>/dev/null
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
export -f fake_compile
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
@@ -420,6 +422,7 @@ hack()
|
|||||||
wait "$sub_pid" 2>/dev/null
|
wait "$sub_pid" 2>/dev/null
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
export -f hack
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user