Explorar el Código

Update fetch-configlet shabang

https://stackoverflow.com/questions/21612980/why-is-usr-bin-env-bash-superior-to-bin-bash
Stuart Kent hace 9 años
padre
commit
dc1ac8cbdc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      bin/fetch-configlet

+ 1
- 1
bin/fetch-configlet Ver fichero

@@ -1,4 +1,4 @@
1
-#!/bin/bash
1
+#!/usr/bin/env bash
2 2
 
3 3
 LATEST=https://github.com/exercism/configlet/releases/latest
4 4