Sfoglia il codice sorgente

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

Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
Fletcher Nichol 6 anni fa
parent
commit
195fa5480f
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      renv.sh

+ 2 - 0
renv.sh

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