By default 'mutt' embeds configure flags and the output of 'gcc -v', which contains the store file name of Bash and GCC. This patch makes sure we don't embed a reference to these in 'mutt'. diff --git a/txt2c.sh b/txt2c.sh index f634bb9..53845cf 100755 --- a/txt2c.sh +++ b/txt2c.sh @@ -21,6 +21,8 @@ txt2c_fallback () { echo ";" } +echo "unsigned char $1[] = \"value of '$1' not kept\";" +exit 0 if ./txt2c test /dev/null 2>&1; then ./txt2c "$1" else href='/'>index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-04-03store: database: Rename a couple of procedures....Christopher Baines
2024-03-11time-machine: Allow time travels to v0.16.0....Ludovic Courtès
2024-03-09swh: ‘lookup-origin-revision’ handles branches pointing to directories....Ludovic Courtès
2024-03-09lint: archival: Trigger “Save Code Now” for VCSes other than Git....Ludovic Courtès
2024-02-23utils: Add find-definition-insertion-location procedure....Herman Rimm
2024-02-23utils: Add insert-expression procedure....Herman Rimm
2024-02-12lint: archival: Check with ‘lookup-directory-by-nar-hash’....Ludovic Courtès
2024-02-12swh: Add bindings for the “ExtID” API....Ludovic Courtès
2024-01-31channels: ‘latest-channel-instances’ traverses user-provided channels first....Ludovic Courtès
2024-01-31channels: Tweak test....Ludovic Courtès