Skip to content

Commit

Permalink
get-df-version: make filter more strict
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Jan 2, 2019
1 parent b08ccd0 commit 8063717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/get-df-version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
cd "$(dirname "$0")"
cd ..
grep DF_VERSION CMakeLists.txt | perl -ne 'print "$&\n" if /[\d\.]+/'
grep -i 'set(DF_VERSION' CMakeLists.txt | perl -ne 'print "$&\n" if /[\d\.]+/'

0 comments on commit 8063717

Please sign in to comment.