freebsd.freebsd_wordexp: init
wrapper script for a builtin Co-Authored-By: Audrey Dutcher <audrey@rhelmot.io>
This commit is contained in:
co-authored by
Audrey Dutcher
parent
541bd9e309
commit
9d28ad840d
@@ -0,0 +1,9 @@
|
||||
{
|
||||
lib,
|
||||
bin,
|
||||
writeScriptBin,
|
||||
}:
|
||||
writeScriptBin "freebsd_wordexp" ''
|
||||
#!${lib.getBin bin}/bin/sh
|
||||
freebsd_wordexp "$@"
|
||||
''
|
||||
Reference in New Issue
Block a user