From: Andrey Miroshnikov Date: Tue, 14 Sep 2021 20:50:51 +0000 (+0100) Subject: Added missing /bin/bash at the start, bug 696 still occurring for me X-Git-Url: https://git.libre-soc.org/?p=dev-env-setup.git;a=commitdiff_plain;h=bed1c665c41308d3e1650cb30114c67946c8736b;hp=049b1b260f72b41a06d1e706abf013ace634dbea Added missing /bin/bash at the start, bug 696 still occurring for me --- diff --git a/coriolis_install b/coriolis_install index 2198075..0b96ae9 100755 --- a/coriolis_install +++ b/coriolis_install @@ -1,3 +1,4 @@ +#!/bin/bash # name of user running script if [ -z $SUDO_USER ] echo "Checking whoami for current user"