瀏覽代碼

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

Piotr Bojanowski 9 年之前
父節點
當前提交
8748cd0cb4
共有 2 個文件被更改,包括 2 次插入2 次删除
  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.