mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-08-10 03:12:53 +00:00
add description to top of version_check.sh
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/bash
|
||||
# Script to check build dependencies
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
# This is likely to break on many machines.
|
||||
# If it does, just manually check that you have
|
||||
# the right dependencies and versions according
|
||||
# to the listing in LFS 11.0, Chapter 2.2.
|
||||
|
||||
EXIT_STATUS=0
|
||||
|
||||
function compare_version {
|
||||
|
Reference in New Issue
Block a user