Changeset b6df23d


Ignore:
Timestamp:
2023-02-02T12:05:10Z (15 months ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
294b98d, d2394be
Parents:
2bd8f39
git-author:
dx <dx@…> (02-02-23 12:05:10)
git-committer:
GitHub <noreply@…> (02-02-23 12:05:10)
Message:

configure: fix single quotes in a C string when spoofing BITLBEE_VERSION (#170)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r2bd8f39 rb6df23d  
    844844        echo "Spoofing version number: $BITLBEE_VERSION"
    845845        echo "#undef BITLBEE_VERSION" >> config.h
    846         echo "#define BITLBEE_VERSION '$BITLBEE_VERSION'" >> config.h
     846        echo '#define BITLBEE_VERSION "'$BITLBEE_VERSION'"' >> config.h
    847847        echo
    848848fi
Note: See TracChangeset for help on using the changeset viewer.