Fix shebang

This commit is contained in:
Kovid Goyal 2022-05-26 21:21:36 +05:30
parent 151dacf17f
commit 02d5b3eafa
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/sh
#
# bootstrap-utils.sh
# Copyright (C) 2022 Kovid Goyal <kovid at kovidgoyal.net>