add comment

This commit is contained in:
Rob Pearce 2022-03-13 11:27:53 +11:00
parent 3734837047
commit fdcd0eabdc
1 changed files with 1 additions and 1 deletions

View File

@ -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