/contrib/ntp/scripts/genCommitLog
Shell | 7 lines | 4 code | 2 blank | 1 comment | 0 complexity | bc8ba64f05b4b985942fb98d6390f869 MD5 | raw file
1#! /bin/sh 2 3set -e 4 5. packageinfo.sh 6bk -R prs -hr${CLTAG}.. -nd':I:' | bk changes -m -v - > CommitLog.new 7mv CommitLog.new CommitLog