Skip to content

Commit

Permalink
Minor update on prettyprint.sh
Browse files Browse the repository at this point in the history
POSIX-compliance

Signed-off-by: Vlad Gheorghiu <[email protected]>
  • Loading branch information
vsoftco committed Apr 27, 2024
1 parent 18f8eab commit 3cc5407
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions prettyprint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/usr/bin/env bash
#!/bin/sh

# $@ - List of directories

# Code beautifier with clang-format
# Recursively parses the folder(s) passed as command line argument(s)
# Recursively parses the directories passed as command line arguments

if test -z "$CLANG_FORMAT"; then
echo "Please set the CLANG_FORMAT environment variable to point to the \
Expand Down

0 comments on commit 3cc5407

Please sign in to comment.