Skip to content

Commit

Permalink
Trivial comment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jehops committed Jul 29, 2021
1 parent be7ade0 commit 1ea7e9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zap
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
# the authors a beer.
#

# if [ "$(zpool get -H -o value feature@encryption zroot)" = 'enabled' ]; then echo yes; else echo no; fi

fatal () {
echo "FATAL: $*" 1>&2
exit 1
Expand Down Expand Up @@ -287,7 +285,7 @@ rep_parse () {
done
shift $(( OPTIND - 1 ))

if [ -n "$C_opt" ]; then # user has request no compression
if [ -n "$C_opt" ]; then # user has requested no compression
C_opt=
else # use compression by default
C_opt='-c'
Expand Down

0 comments on commit 1ea7e9d

Please sign in to comment.