Selaa lähdekoodia

[style] Add an explicit shenbang to help interpreters & linters.

Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
Fletcher Nichol 6 vuotta sitten
vanhempi
commit
195fa5480f
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      renv.sh

+ 2 - 0
renv.sh

@@ -1,3 +1,5 @@
+#!/usr/bin/env bash
+
 renv() {
   case "$1" in
     status | s)