Changeset 325 for trunk/confman.in


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

Using autotools to fill in paths for bash, svn, and sudo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman.in

    r323 r325  
    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.