mirror of
https://github.com/azur1s/bobbylisp.git
synced 2024-10-16 02:37:40 -05:00
wait why are we chmoding
This commit is contained in:
parent
7a9671ea25
commit
1607293bb4
|
@ -100,12 +100,6 @@ fn main() {
|
||||||
|
|
||||||
logif!(0, format!("Compilation took {}ms", duration));
|
logif!(0, format!("Compilation took {}ms", duration));
|
||||||
logif!(0, format!("Wrote output to `{}`", output_path.display()));
|
logif!(0, format!("Wrote output to `{}`", output_path.display()));
|
||||||
|
|
||||||
Command::new("chmod")
|
|
||||||
.arg("+x")
|
|
||||||
.arg(&output_path)
|
|
||||||
.spawn()
|
|
||||||
.expect("Failed to chmod file");
|
|
||||||
},
|
},
|
||||||
None => { unreachable!(); }
|
None => { unreachable!(); }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue