Changeset 18818

Show
Ignore:
Timestamp:
05/11/06 11:34:50 (3 years ago)
Author:
patrick
Message:

Protect against the '/' character occuring in the version description
string.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/release/scripts/make-ver.sh

    r18342 r18818  
    139139 
    140140# Create the temporary ouptut file. 
    141 cat $input | sed -e "s/@VER_STRING@/\"$string\"/"     \ 
     141cat $input | sed -e "s|@VER_STRING@|\"$string\"|"     \ 
    142142                 -e "s/@VER_NUMBER@/$number/"           \ 
    143143                 -e "s/@MAJOR_VER_NUMBER@/$major/"      \