ruby_script_wrapper.erb 214 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 #!<%= install_dir %>/embedded/bin/ruby # Fix the PATH so that gitlab-shell can find git-upload-pack and friends. ENV['PATH'] = '<%= install_dir %>/bin:<%= install_dir %>/embedded/bin:' + ENV['PATH'] <%= script %>