Skip to content

Commit

Permalink
Correct shebang for prepare_pascal_voc_data.sh (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerum authored and lukeyeager committed Feb 10, 2017
1 parent 756b3bc commit 4a28111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/semantic-segmentation/prepare_pascal_voc_data.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
# Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved.

if [ "$#" -ne 2 ]; then
Expand Down

0 comments on commit 4a28111

Please sign in to comment.