mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 08:22:27 +01:00
7 lines
138 B
Bash
7 lines
138 B
Bash
#!/bin/sh
|
|
# $Id: pfrom.in,v 1.2 1998/11/24 13:25:47 assar Exp $
|
|
libexecdir=%libexecdir%
|
|
PATH=$libexecdir:$PATH
|
|
export PATH
|
|
push --from $*
|