File: make_version_name.sh

package info (click to toggle)
camlp5 8.04.00-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,968 kB
  • sloc: ml: 137,918; makefile: 2,055; perl: 1,729; sh: 1,653; python: 38
file content (4 lines) | stat: -rwxr-xr-x 80 bytes parent folder | download | duplicates (3)
1
2
3
4
#!/bin/bash

N=$1
echo $N | perl -p -e 's,\+.*$,, ; s,\.,_,g; $_ = "OCAML_".$_'