From 3af4535e2e4bcbc7108fc766aedc4ecc782ad511 Mon Sep 17 00:00:00 2001 From: i6asic Date: Thu, 15 May 2025 09:55:59 +0800 Subject: [PATCH] fix run sparrow for compatibility with Bash syntax --- cli/sparrow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/sparrow b/cli/sparrow index a3311c2..1a2573b 100644 --- a/cli/sparrow +++ b/cli/sparrow @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # A convenient method to return the actual path even for non symlinks # and multi-level symlinks.