View Single Post
Old 06-05-2014, 02:37 AM   #8
rkomar
Wizard
rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.
 
Posts: 3,055
Karma: 18821071
Join Date: Oct 2010
Location: Sudbury, ON, Canada
Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633
"source" is a built-in command in the bash shell, which is what you get with utelnetd. I forgot that it wasn't available in the shell used by pbterm. In pbterm, you would use the "." command instead of "source":

Code:
. /mnt/ext1/system/bin/setpath
(note the space between the "." and the filename.) I added it to my list of User Commands in pbterm to make it easy to set up the path. Note that the script can have any name and be placed anywhere you are allowed to write a file. It doesn't have to be named /mnt/ext1/system/bin/setpath.

Last edited by rkomar; 06-05-2014 at 02:40 AM.
rkomar is offline   Reply With Quote