(file) Return to applypatch CVS log (file) (dir) Up to [OMI] / omi / scripts

File: [OMI] / omi / scripts / applypatch (download)
Revision: 1.1, Mon Apr 20 17:20:13 2015 UTC (9 years ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
OMI 1.0.8-1

#!/bin/sh

if [ "$#" != 1 ]; then
    echo "Usage: $0 PATCHFILE"
    exit 1
fi

patch -p0 < $1

ViewCVS 0.9.2