>From: linux-fai [mailto:[email protected]] On Behalf Of Thomas Lange >Sent: Wednesday, May 18, 2016 1:45 PM >To: fully automatic installation for Linux <[email protected]> >Subject: Re: $ROOTCMD commands fail > >>>>>> On Wed, 18 May 2016 15:38:02 -0500, Michael Kriss <[email protected]> said: > > > $ROOTCMD cd /home/kriss/src_dir ; make install Please try > >$ROOTCMD bash -c "cd /home/kriss/src_dir ; make install"
Be sure you are using "/bin/bash" as your interpreter and not "/bin/sh".
