ful1e5 / Bibata_Cursor

Open source, compact, and material designed cursor set.
https://www.bibata.live
GNU General Public License v3.0
2.01k stars 71 forks source link

Use '#!/usr/bin/env bash' for portability #72

Closed khuei closed 4 years ago

khuei commented 4 years ago

What kind of change does this PR introduce?

Change shebang of bash scripts to /usr/bin/env bash

What is the current behavior?

The bash scripts currently use the explicit /bin/bash as the intepreter.

What is the new behavior?

The bash scripts will use the first bash executable that is found in the user's $PATH as the intepreter

What steps did you take to test this? This is required before I can merge, make sure to test the flow you've updated.

  1. Go through the steps in the manual installation guide

Checklist