diff options
| author | Arun Isaac | 2026-03-16 15:20:53 +0000 |
|---|---|---|
| committer | Arun Isaac | 2026-03-16 15:20:53 +0000 |
| commit | c294716cf635336208f0f254e5dce4ddf147a63e (patch) | |
| tree | f1913bd740402f0e111fbae65a276b949004dbf7 | |
| parent | b6fc7926018a12a1f4f6f1a346fc105b443cd9f3 (diff) | |
| download | run64-c294716cf635336208f0f254e5dce4ddf147a63e.tar.gz run64-c294716cf635336208f0f254e5dce4ddf147a63e.tar.lz run64-c294716cf635336208f0f254e5dce4ddf147a63e.zip | |
Use (ice-9 match) instead of (chibi match) in guile.
| -rwxr-xr-x | guile-pre-inst-env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guile-pre-inst-env b/guile-pre-inst-env index a723e5f..c38629b 100755 --- a/guile-pre-inst-env +++ b/guile-pre-inst-env @@ -18,7 +18,7 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with run64. If not, see <https://www.gnu.org/licenses/>. -(use-modules (chibi match)) +(use-modules (ice-9 match)) (define (prepend-path-env! name . values) (setenv name (string-join (append values |
