Tie auto-updating to physical files in addition to the enviromental variables
commit6060d25862ba7129377de6c96abed99b80f2b1da
authorMateor <mateorod9@gmail.com>
Thu, 8 Aug 2013 01:44:31 +0000 (7 20:44 -0500)
committerMateor <mateorod9@gmail.com>
Thu, 8 Aug 2013 03:44:17 +0000 (7 22:44 -0500)
treef3acf7234b02fe38988d6a2b8670cf3583db31c4
parenta688f63e1ee28b5295a71cc1a26dfd81ee3e12d7
Tie auto-updating to physical files in addition to the enviromental variables

Cygwin user reports auto-update is working, but batch.sh not reliable. I tried
to add checks for physical files we already create to replicate the sourced
variable approach that works for Linux.

I attempted to tack this on in a way that the existing implementation will
still work. This new, file-dependent implementation should actually stand
on its own...we could remove the sourced variable method should this work
as we want it to.

Addresses half of #141
auto_patcher