diff options
Diffstat (limited to 'guile-pre-inst-env')
| -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 |
