Skip to content

Commit

Permalink
vroom: Removed git printing
Browse files Browse the repository at this point in the history
  • Loading branch information
SheatNoisette committed Nov 5, 2021
1 parent 95b724e commit 0d77398
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions vroom
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,7 @@ function check_deps()
}

# Check if git is installed
if ! [ -z "$(which clang)" ]; then
# Fancy vroom message
VROOM_HASH=$(git log -n 1 --pretty=format:"%h")

echo "== VROOM - $VROOM_HASH =="
else
echo "== VROOM =="
fi
echo "== VROOM =="

# Check if there is args or -h or --help
if [ -z "$1" ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
Expand Down

0 comments on commit 0d77398

Please sign in to comment.