[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

setting HOME in shell script



I have a script located in ~/bin/map/ that runs fine when
start it manually but when I set it up in a cron job it
wants to run from "~" so that a couple of things don't
work because they are in ~/bin/map and not in ~.
Can I "set HOME = ~/bin/map" so that it only applies to
this shell and not globally or is some other way to 
do this?

Lance



Reply to: