mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
11 lines
356 B
Plaintext
11 lines
356 B
Plaintext
$NetBSD: patch-bin_fmtutil-sys,v 1.3 2015/06/14 12:50:05 markd Exp $
|
|
|
|
--- bin/fmtutil-sys.orig 2015-04-20 01:48:35.000000000 +0000
|
|
+++ bin/fmtutil-sys
|
|
@@ -22,4 +22,4 @@ PATH="$mydir:$PATH"; export PATH
|
|
# hack around a bug in zsh:
|
|
test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
|
|
|
|
-exec fmtutil --sys ${1+"$@"}
|
|
+exec @FMTUTIL@ --sys ${1+"$@"}
|