before all of that: ``` puts 'building' orig_dir = Dir.pwd Dir.chdir File.expand_path(File.dirname(__FILE__)) Dir.chdir '..' # system call Dir.chdir orig_dir ```