Updated to library 2.1. Fixed auto-generated start script.

This commit is contained in:
Jonathan Bernard
2013-10-11 16:34:36 -05:00
parent d473d74112
commit 216b3c5303
7 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
curdir="`pwd`"
cd ~/programs/timestamper-cli-0.4
cd ~/programs/timestamper-cli-@VERSION@
java -cp "lib:lib/*:./*" com.jdblabs.timestamper.cli.TimeStamperCLI -d "$curdir" "$@"
cd "$curdir"