Remove superfluous ,keep line.
This commit is contained in:
parent
33c14d7901
commit
69b05f7d61
|
@ -873,7 +873,6 @@ scsh/scsh.image: $(VM) $(SCHEME) $(IMAGE)
|
|||
echo ",open ccp-lib"; \
|
||||
echo ",batch off"; \
|
||||
echo ",open scsh-top-package"; \
|
||||
echo ",keep names maps files source tabulate"; \
|
||||
echo "(dump-scsh \"scsh/scsh.image\")"; \
|
||||
echo ",batch on") \
|
||||
| ./$(VM) -o ./$(VM) -i $(IMAGE) -h 10000000
|
||||
|
|
Loading…
Reference in New Issue