Fix shebang

This commit is contained in:
Kovid Goyal
2022-05-26 21:21:36 +05:30
parent 151dacf17f
commit 02d5b3eafa

View File

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