fix dangling stack item in install.spl
This commit is contained in:
parent
e7317683fa
commit
cdcb27b91a
2 changed files with 2 additions and 2 deletions
|
@ -195,7 +195,7 @@ func main { mega | with args ;
|
||||||
I lied. This is now no longer 100% equivalent. Let's look at what happens
|
I lied. This is now no longer 100% equivalent. Let's look at what happens
|
||||||
under the hood.
|
under the hood.
|
||||||
|
|
||||||
```asm
|
```js
|
||||||
call Range
|
call Range
|
||||||
objpush
|
objpush
|
||||||
const mega 0
|
const mega 0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"to be run with `cargo run install.spl`.";
|
"to be run with `cargo run install.spl`.";
|
||||||
|
|
||||||
func main { mega |
|
func main { mega | with args ;
|
||||||
[ "sudo" "mkdir" "/usr/lib/spl" ] command-wait;
|
[ "sudo" "mkdir" "/usr/lib/spl" ] command-wait;
|
||||||
[ "sh" "-c" "sudo cp *.spl /usr/lib/spl" ] command-wait;
|
[ "sh" "-c" "sudo cp *.spl /usr/lib/spl" ] command-wait;
|
||||||
[ "cargo" "build" "--release" ] command-wait;
|
[ "cargo" "build" "--release" ] command-wait;
|
||||||
|
|
Loading…
Add table
Reference in a new issue