add comment
This commit is contained in:
parent
3734837047
commit
fdcd0eabdc
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env /bin/bash
|
||||
true
|
||||
true # need a successful command before the sourced script check
|
||||
$(return 2>/dev/null)
|
||||
rv="$?"
|
||||
if [[ $rv -ne 0 ]]; then
|
||||
|
|
Loading…
Reference in New Issue