summary refs log tree commit diff
path: root/port/wcwidth/wcfix.in
blob: 832c83d6c5e0653592ac60222b1b033cd06b07f4 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
set -eu

export DYLD_FORCE_FLAT_NAMESPACE=1
export DYLD_INSERT_LIBRARIES=%%PREFIX%%/lib/libwcwidth.dylib

exec "$@"
2024-06-09Use monospace on photo pagesJune McEnroe 2024-06-09Put lens and (future) film at the tops of photo pagesJune McEnroe 2024-05-22Remove use of sysexits.hJune McEnroe 2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe 2024-05-21Fix = precedence in whenJune McEnroe