Changeset f9f2236 in clfs-embedded


Ignore:
Timestamp:
Sep 21, 2016, 3:07:54 AM (8 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
ee335b8
Parents:
f8ce9f5
git-author:
Andrew Bradford <andrew@…> (09/21/16 03:04:41)
git-committer:
Andrew Bradford <andrew@…> (09/21/16 03:07:54)
Message:

hostreqs: version-check.sh should stop on errors

It's not always clear if there was a failure in the middle of the script
if the script completes successfully so have it stop on errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/hostreqs.xml

    rf8ce9f5 rf9f2236  
    105105
    106106# Simple script to list version numbers of critical development tools
    107 
     107set -e
    108108bash --version | head -n1 | cut -d" " -f2-4
    109109echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-
Note: See TracChangeset for help on using the changeset viewer.