Skip to content

Commit e9afad1

Browse files
[DOCUMENTATION] minor documentation update.
### ChangeLog: Changes in file tests/check_pip: check_command shlock ;
1 parent 6056ff3 commit e9afad1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/check_pip

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,14 @@ EXIT_CODE=1
138138

139139
# end of bootstraping, use functions below this point
140140

141+
# Function to check if a command exists.
142+
143+
# USAGE:
144+
# ~$ cleanup
145+
# Arguments:
146+
# N/A
147+
# Results:
148+
# returns -- once cleanup has been done on a best-effort case.
141149
function cleanup() {
142150
rm -f ${LOCK_FILE} 2>/dev/null || : ; wait ;
143151
# unset when done

0 commit comments

Comments
 (0)