Ver código fonte

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

Piotr Bojanowski 9 anos atrás
pai
commit
8748cd0cb4
2 arquivos alterados com 2 adições e 2 exclusões
  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.