From 02d5b3eafa2f4d62dac3f64eda67696e224dc488 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 26 May 2022 21:21:36 +0530 Subject: [PATCH] Fix shebang --- shell-integration/ssh/bootstrap-utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-integration/ssh/bootstrap-utils.sh b/shell-integration/ssh/bootstrap-utils.sh index 490cbaaa9..de8b43907 100644 --- a/shell-integration/ssh/bootstrap-utils.sh +++ b/shell-integration/ssh/bootstrap-utils.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/sh # # bootstrap-utils.sh # Copyright (C) 2022 Kovid Goyal