Use consistent shebangs in scripts

This commit is contained in:
2023-10-17 10:35:38 -04:00
parent b997c6f31e
commit 751cfe0b29
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
pushd $( git rev-parse --show-toplevel ) &>/dev/null
ver="$( head -1 debian/changelog | awk -F'[()-]' '{ print $2 }' )"
git pull