changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: coreutils shebang hack for alpine linux

changeset 375: 5b6e317ec568
parent 373: 9eb2c112aa16
child 376: 5830e4c11f2e
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 27 May 2024 22:16:44 +0000
files: x.lisp
description: coreutils shebang hack for alpine linux
     1.1--- a/x.lisp	Sun May 26 22:59:21 2024 -0400
     1.2+++ b/x.lisp	Mon May 27 22:16:44 2024 +0000
     1.3@@ -1,4 +1,4 @@
     1.4-#!/usr/local/bin/sbcl --script
     1.5+#!/usr/bin/env -S sbcl --script
     1.6 ;;; core build tool
     1.7 
     1.8 ;;