summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
d5a0ffd)
Since these things are no longer installed anywhere outside of a
revision-controlled working tree, they don't need to know their version
numbers any more.
### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
set -e
### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
set -e
###--------------------------------------------------------------------------
### Parse command line arguments.
###--------------------------------------------------------------------------
### Parse command line arguments.
- -v | --v | --ve | --ver | --vers | --versi | --versio | --version)
- echo "auto-version: Common Files Distribution version $VERSION"
- exit 0
- ;;
### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
set -e
### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
set -e
###--------------------------------------------------------------------------
### Parse command line arguments.
###--------------------------------------------------------------------------
### Parse command line arguments.
- -v | --v | --ve | --ver | --vers | --versi | --versio | --version)
- echo "confsubst: Common Files Distribution version $VERSION"
- exit 0
- ;;