Skip to content

Commit

Permalink
bin/build_release.sh fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Oct 18, 2012
1 parent 535b5fd commit 6f1d888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build_release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

RELEASE=`head -1 project.clj | awk '{print $3}' | sed -e 's/\"//' | sed -e 's/\"//'`
RELEASE=`cat project.clj | sed '6q;d' | awk '{print $3}' | sed -e 's/\"//' | sed -e 's/\"//'`

echo Making release $RELEASE

Expand Down

0 comments on commit 6f1d888

Please sign in to comment.