Ignore:
Timestamp:
05/06/2009 13:15:58 (3 years ago)
Author:
ccowart
Message:

Merged path changes into 1.9 branch.

Location:
branches/confman-1.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/confman-1.9

  • branches/confman-1.9/confman.in

    r324 r326  
    1 #! /usr/bin/env bash 
     1#!@BASH@ 
    22# 
    33# Copyright (c) 2008, Christopher Cowart and contributors 
     
    131131        cat $LOG_TEMPLATE > $msg 
    132132        printf "\n${ignoreline}\n" >> $msg 
    133         conf_get_recipe | tr ' ' '\n' | xargs -I % svn status \ 
     133        conf_get_recipe | tr ' ' '\n' | xargs -I % @SVN@ status \ 
    134134            ${WORK_PATH}/% >> $status 
    135135                cat $status >> $msg 
     
    199199            files="$files $file" 
    200200        done 
    201         svn status $files >> $status 
     201        @SVN@ status $files >> $status 
    202202        cat $status >> $msg 
    203203        cp $msg $orig_msg 
Note: See TracChangeset for help on using the changeset viewer.