Skip to content

Commit

Permalink
make_version_header: I've been told tr is what the cool kids use for …
Browse files Browse the repository at this point in the history
…this these days.
  • Loading branch information
uliwitness committed Mar 27, 2011
1 parent 9d1dcba commit 062e413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_git_version_header.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

echo -n "note: Finding revision in "
pwd
revnum=`/usr/local/git/bin/git rev-list HEAD | /usr/bin/wc -l | sed -e 's/^ *//g;s/ *$//g'`
revnum=`/usr/local/git/bin/git rev-list HEAD | /usr/bin/wc -l | tr -d ' '`
fullrevnum=`/usr/local/git/bin/git rev-parse HEAD`
builddate=`date "+%Y-%m-%d"`

Expand Down

0 comments on commit 062e413

Please sign in to comment.