On Wed, 18 May 2016, Bob Apodaca wrote: >> $ROOTCMD bash -c "cd /home/kriss/src_dir ; make install" > > Be sure you are using "/bin/bash" as your interpreter and not "/bin/sh". > % head -1 scripts/FAIBASE/30-install #! /bin/bash % I'll try: $ROOTCMD bash -c "cd /home/kriss/src_dir ; make install" this morning. Thanks! michael