mirror of
https://git.sr.ht/~crc_/retroforth
synced 2024-11-16 19:48:56 +01:00
fix a bug in unix syscall forth code
FossilOrigin-Name: e6c68dcbcc627134e4c1071819eb0a7d588298a8ccf68a0964983b59688bd1f6
This commit is contained in:
parent
4044fa6293
commit
fc63c184ca
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ seconds.
|
|||
'pwd file:R unix:popen
|
||||
dup file:read-line s:trim swap
|
||||
unix:pclose
|
||||
#0 sys:argv s:length + '/ s:append ;
|
||||
#0 'sys:argv d:lookup d:xt fetch call s:length + '/ s:append ;
|
||||
~~~
|
||||
|
||||
~~~
|
||||
|
|
Loading…
Reference in a new issue