Kaynağa Gözat

corrected /bin/sh path to /usr/bin/env bash in all scripts

Piotr Bojanowski 9 yıl önce
ebeveyn
işleme
8748cd0cb4
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      classification-example.sh
  2. 1 1
      word-vector-example.sh

+ 1 - 1
classification-example.sh

@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 #
 # Copyright (c) 2016-present, Facebook, Inc.
 # All rights reserved.

+ 1 - 1
word-vector-example.sh

@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 #
 # Copyright (c) 2016-present, Facebook, Inc.
 # All rights reserved.