From 3e23cbbe9f95cd0acfa6378af5e4313ea52c0b9b Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Tue, 9 Dec 2025 05:07:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20atoms=20=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=94=9F=E6=88=90=E8=84=9A=E6=9C=AC=E7=9A=84=20shebang=20?= =?UTF-8?q?=E4=B8=BA=20bash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-utils/atoms-extern.sh | 2 +- build-utils/atoms-intern.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-utils/atoms-extern.sh b/build-utils/atoms-extern.sh index afcdc3c..daf42c7 100755 --- a/build-utils/atoms-extern.sh +++ b/build-utils/atoms-extern.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash echo "/* This file is autogenerated by $0 - do not edit */" echo diff --git a/build-utils/atoms-intern.sh b/build-utils/atoms-intern.sh index 062d92b..2b2811d 100755 --- a/build-utils/atoms-intern.sh +++ b/build-utils/atoms-intern.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash echo "/* This file is autogenerated by $0 - do not edit */" echo