me: converting an ETL job to run on linux rather than windows.
me: gets sick of repeatedly finding places where I have backslashes instead of forwards
me: does a global replace in environment.sas looking for \ and replacing with /
baffling errors ensue
turns out I had a bunch of regexes defined in that file.
@sfleetucker heh--yup. Git to the rescue.
@rpardee Ha ha! I did the exact same thing once!
@rpardee git revert.