Skip to content

Commit

Permalink
typo in check
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed May 12, 2024
1 parent 1f598f4 commit 1f295ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ _sudo() {
esac

else
if "`id -u`" = "0"; then
if [[ "`id -u`" = "0" ]]; then
_verbose "Super user execution skipped (SUID caller)"
${@}
return $?
Expand Down

0 comments on commit 1f295ee

Please sign in to comment.