Skip to content

Commit

Permalink
remove vestigal AppData usage (as mentioned in #4358)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Jun 27, 2014
1 parent 4f43007 commit e5b832d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contrib/windows/juliarc.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
let user_data_dir
ENV["PATH"] = JULIA_HOME*";"*joinpath(JULIA_HOME,"..","Git","bin")*";"*ENV["PATH"]
haskey(ENV,"JULIA_EDITOR") || (ENV["JULIA_EDITOR"] = "start")
user_data_dir = abspath(ENV["AppData"],"julia")
isdir(user_data_dir) || mkdir(user_data_dir)
#haskey(ENV,"JULIA_EDITOR") || (ENV["JULIA_EDITOR"] = "start") #start is not a program, so this doesn't work
end

0 comments on commit e5b832d

Please sign in to comment.