7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
|
#!/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 $*
|