Re: [PLUG] Installing to new disk

2015-07-28 Thread Denis Heidtmann
On Mon, Jul 27, 2015 at 11:41 AM, King Beowulf kingbeow...@gmail.com wrote: On 07/26/2015 09:59 PM, Denis Heidtmann wrote: ... (I expressed the block count that way for brevity.) Egad, man! please don't! This is the second admonition, so I better explain. The drive is no longer

Re: [PLUG] The Right Tool For the Job

2015-07-28 Thread Rich Shepard
On Mon, 27 Jul 2015, David Gibbons wrote: Rather than creating a temp file, you can also subshell out and cat the current contents, this executes before the command that wraps it so you don't worry about clobbering the contents before reading them. David/Wes, This has turned out to be

Re: [PLUG] The Right Tool For the Job

2015-07-28 Thread Ken Stephens
Rich Shepard wrote: On Tue, 28 Jul 2015, Rich Shepard wrote: Don't recall. Worth a second try. Made certain the variable was exported with the version quoted and not quoted and still no joy. Thanks, Wes, Rich Rich, When I expect a variable to be in the environment and it isn't, I

Re: [PLUG] The Right Tool For the Job

2015-07-28 Thread David Gibbons
Adding the variable to environments without determining that is the environment the code is running in is rather bad form. You'd do better to write a separate script to print out the running environment and evaluate if it sees it. That actually tells you something about your environment and

Re: [PLUG] The Right Tool For the Job

2015-07-28 Thread wes
On Tue, Jul 28, 2015 at 6:02 AM, Rich Shepard rshep...@appl-ecosys.com wrote: There is an environment variable, GRASS_WXVERSION, which I can set when I figure in whose environment it belongs. Doesn't do squat in ~/.bash_profile. did you use export in .bash_profile? -wes

Re: [PLUG] The Right Tool For the Job

2015-07-28 Thread Rich Shepard
On Tue, 28 Jul 2015, wes wrote: did you use export in .bash_profile? Wes, Don't recall. Worth a second try. Rich ___ PLUG mailing list PLUG@lists.pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

Re: [PLUG] The Right Tool For the Job

2015-07-28 Thread Rich Shepard
On Tue, 28 Jul 2015, Rich Shepard wrote: Don't recall. Worth a second try. Made certain the variable was exported with the version quoted and not quoted and still no joy. Thanks, Wes, Rich ___ PLUG mailing list PLUG@lists.pdxlinux.org