Replace absolute path with relative
This commit is contained in:
parent
5b047a3b08
commit
fe46ce940b
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ write_files:
|
|||
defer: True
|
||||
content: |
|
||||
#!/bin/bash
|
||||
sbcl --noinform --noprint --load /home/cl/lisp_03_load_swank_faster.lisp
|
||||
sbcl --noinform --noprint --load ~/lisp_03_load_swank_faster.lisp
|
||||
|
||||
- path: /home/cl/emacs_build.sh
|
||||
owner: cl:cl
|
||||
|
|
Loading…
Add table
Reference in a new issue