Skip to content

Commit

Permalink
Output the header also when displaying the help
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-perl committed Oct 27, 2020
1 parent febfd32 commit e7140e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build-ffmpeg
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ while (( $# > 0 )); do
esac
done

echo "ffmpeg-build-script v$VERSION"
echo "========================="
echo ""

if [ -z "$bflag" ]; then
if [ -z "$cflag" ]; then
usage
Expand All @@ -206,10 +210,6 @@ if [ -z "$bflag" ]; then
exit 0
fi

echo "ffmpeg-build-script v$VERSION"
echo "========================="
echo ""

echo "Using $MJOBS make jobs simultaneously."

if [ -n "$LDEXEFLAGS" ]; then
Expand Down

0 comments on commit e7140e2

Please sign in to comment.