simplified sudo function
authorChris Koeritz <cak0l@virginia.edu>
Mon, 1 Jun 2020 14:19:23 +0000 (10:19 -0400)
committerChris Koeritz <cak0l@virginia.edu>
Mon, 1 Jun 2020 14:19:23 +0000 (10:19 -0400)
tossed out a lot of my changes after discovering the -i option to sudo, which starts a legitimate fresh shell of the type i needed.  now, the only weirdity i have to deal with is that the PATH variable still seems to be passed in from sudo even though i've asked for that fresh shell.  setting it to null prior to doing the sudo fixes that.  works a bit better now.


No differences found