>>422
そんなことはない
/tmp$ cat nohupenv.sh
#! /bin/sh
echo $NOHUPENV
/tmp$ env NOHUPENV=yes nohup ./nohupenv.sh
nohup: ignoring input and appending output to 'nohup.out'
/tmp$ cat nohup.out
yes
/tmp$