Mercurial
lemon-0.x
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
scripts/make-snapshot
author
alpar
Mon, 12 Mar 2007 13:26:56 +0000
changeset 2402
da8eb8f4ea41
permissions
-rwxr-xr-x
An improved version of ArgParser: You don't need to give an explicit storage
for each option.
TODO: Documentation must be updated
1
#!/bin/bash
2
3
make VERSION=r`svn info|grep 'Revision:'|cut -d ' ' -f 2` $*