aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/generate-pc.sh
diff options
context:
space:
mode:
authorGravatar Androbin <robin.richtsfeld@gmail.com>2017-06-14 01:55:51 +0200
committerGravatar Martin Wicke <martin.wicke@gmail.com>2017-06-13 16:55:51 -0700
commit847484e39485dc727dd72a0970d5bfb5c2d5e538 (patch)
tree0117325a9e85cd5a08de82e3a4d3da88918780b1 /tensorflow/c/generate-pc.sh
parentf58e6cebe484552b733a029916e5a61de42c0e2e (diff)
Various Bash Improvements (#10572)
Diffstat (limited to 'tensorflow/c/generate-pc.sh')
-rwxr-xr-xtensorflow/c/generate-pc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/c/generate-pc.sh b/tensorflow/c/generate-pc.sh
index 73d427d9b2..02a6a58b61 100755
--- a/tensorflow/c/generate-pc.sh
+++ b/tensorflow/c/generate-pc.sh
@@ -26,7 +26,7 @@ usage() {
[ $# == 0 ] && usage && exit 0
# read the options
-ARGS=`getopt -o p:v:h --long prefix:,version:,help -n $0 -- "$@"`
+ARGS=$(getopt -o p:v:h --long prefix:,version:,help -n $0 -- "$@")
eval set -- "$ARGS"
# extract options and their arguments into variables.