Changeset ea6fdf5 for git-version.sh


Ignore:
Timestamp:
09/13/2023 10:30:12 PM (9 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
dc39c7b
Parents:
b0c238ac (diff), b91b12a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • git-version.sh

    rb0c238ac rea6fdf5  
    1 #!/bin/sh
     1#!/bin/bash
    22
    33if [ "$1" = sysv ]; then
     
    1414echo "<!ENTITY % sysv    \"$SYSV\">"     >  conditional.ent
    1515echo "<!ENTITY % systemd \"$SYSTEMD\">"  >> conditional.ent
     16
     17if [ -e LFS-RELEASE ]; then
     18        exit 0
     19fi
    1620
    1721if ! git status > /dev/null; then
     
    6670echo "<!ENTITY releasedate       \"$full_date\">"          >> version.ent
    6771echo "<!ENTITY copyrightdate     \"1999-$year\">"          >> version.ent
     72
     73[ -z "$DIST" ] || echo $version > "$DIST"
Note: See TracChangeset for help on using the changeset viewer.