repo.or.cz
/
cppi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
maint: import tests/init.sh from Gnulib during bootstrap
[cppi.git]
/
tests
/
version-check
blob
940597cafff4acc10bb3fab4c9a2d6b48926ca49
1
#!/bin/sh
2
# Make sure that we're not running a binary with a different version.
3
4
case
`cppi --version | sed 1q`
in
5
*
' '
$VERSION
) ;;
6
*)
exit
1
;;
7
esac