Change shebang to bash

Script currently misbehaves with dash
This commit is contained in:
Nedko Arnaudov 2023-08-02 17:26:08 +03:00
parent 21ea117598
commit 441aeead1c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
#
# lsb_release - collect LSB conformance status about a system
#