From 8ef5234cdbdcf289461bbe25bb52ce1fcc2d6e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=B9=82=E0=B8=97=E0=B8=AA=E0=B8=BA=E0=B8=95=E0=B8=B1?= =?UTF-8?q?=E0=B8=A5?= Date: Mon, 3 Mar 2025 23:22:44 +0700 Subject: [PATCH] fix shebang NixOS & other OSs do not use /bin/bash for Bash. --- services/Directory/data/lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/Directory/data/lint.sh b/services/Directory/data/lint.sh index 133841c01..316636fb2 100755 --- a/services/Directory/data/lint.sh +++ b/services/Directory/data/lint.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Sorts json files by FilterLists conventions documented in Wiki. jq -S ".|=sort_by(.dependencyFilterListId, .dependentFilterListId)" Dependent.json > Dependent.tmp