ソースを参照

Update fetch-configlet shabang

https://stackoverflow.com/questions/21612980/why-is-usr-bin-env-bash-superior-to-bin-bash
Stuart Kent 9 年 前
コミット
dc1ac8cbdc
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      bin/fetch-configlet

+ 1
- 1
bin/fetch-configlet ファイルの表示

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