Changeset 2840 for trunk/prepare_new_stable
- Timestamp:
- Jul 30, 2013 5:27:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/prepare_new_stable
r2838 r2840 382 382 383 383 echo '' 384 bak_files=`find $srcProj -name 'configure.ac'` 385 if test -e configure.ac ; then 386 bak_files="$bak_files configure.ac" 387 fi 384 bak_files=`find . -name 'configure.ac'` 388 385 echo "===> Creating backup (.bak) for configure.ac files..." 389 386 for i in $bak_files; do … … 409 406 410 407 srcProjUC=`echo $srcProj | tr '[a-z]' '[A-Z]'` 411 configFileLoc=`find $srcProj -name .svn -prune -o -name 'config_*_default.h' -print` 412 echo "config File Loc: $configFileLoc" 408 configFileLoc=`find . -name .svn -prune -o -name 'config_*_default.h' -print` 413 409 if test -n "$configFileLoc" ; then 414 410 versionSym=${srcProjUC}_VERSION
Note: See TracChangeset
for help on using the changeset viewer.