Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexholmes committed Jul 14, 2014
1 parent f4e8172 commit c24acd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/bin/hip
Expand Up @@ -30,7 +30,7 @@ for file in `find ${home}/lib -type f | grep -v avro-tools`; do
LIBJARS=${LIBJARS},$file
done

LIBJARS=${home}/lib/jopt-simple-4.5.jar,${LIBJARS}
LIBJARS=${home}/lib/jopt-simple-4.5.jar${LIBJARS}

HIP_JAR=${home}/`ls -1 | grep "hip-[0-9\.]+\.jar"`

Expand Down

0 comments on commit c24acd1

Please sign in to comment.