aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/swig
diff options
context:
space:
mode:
authorGravatar Iblis Lin <e196819@hotmail.com>2016-03-13 13:09:29 +0800
committerGravatar Iblis Lin <e196819@hotmail.com>2016-03-14 01:26:31 +0800
commit2f97f6aadce66027b04e8de1e1ba744b125dcbb9 (patch)
treec76bc98a61fdcbd99db71715f7b7fd623ed90a1a /tensorflow/tools/swig
parent3a955eb32d919bde8580ff53fb4e753a9579b8f5 (diff)
Avoiding hard-coded bash path
Changed '#!/bin/bash' to '#!/usr/bin/env bash'. There do not exist bash in most Unix system, like bsd family.
Diffstat (limited to 'tensorflow/tools/swig')
-rwxr-xr-xtensorflow/tools/swig/swig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/swig/swig.sh b/tensorflow/tools/swig/swig.sh
index 0601703b01..c35b2ee363 100755
--- a/tensorflow/tools/swig/swig.sh
+++ b/tensorflow/tools/swig/swig.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright 2015 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");