Skip to content

Commit

Permalink
Fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Oct 12, 2023
1 parent 99aba83 commit 4994a15
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libexec/prep/common
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

# -----------------------------------------------------------------------------

# This is adapted from Unibuild

MACRO_OS=$(uname -s)

# This page has some useful information about figuring out what
Expand Down Expand Up @@ -35,7 +33,7 @@ elif [ -e '/etc/debian_version' ]; then

else

die "DDB is not supported on this OS family."
die "Unibuild is not supported on this OS family."

fi

Expand Down

0 comments on commit 4994a15

Please sign in to comment.