Changeset 72 for trunk


Ignore:
Timestamp:
10/01/12 14:08:17 (11 years ago)
Author:
bas
Message:

fixed an error in pbs_mkdirs.patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/patches/pbs_mkdirs.patch

    r71 r72  
    33--- buildutils/pbs_mkdirs.in    (revision 6869)
    44+++ buildutils/pbs_mkdirs.in    (working copy)
    5 @@ -340,11 +340,11 @@
     5@@ -340,17 +340,16 @@
    66 
    77        test -f $PBS_ENVIRON || check_env || return 1
     
    1818 }
    1919                                                       
    20 @@ -413,10 +413,10 @@
     20 mk_default_ld_lib_file()
     21 {
     22-  echo "loadlibfile = $HAVE_LOAD_LIB_FILE"
     23   test -n "$verbose" && echo "loadlibfile = $HAVE_LOAD_LIB_FILE"
     24     if [ "$HAVE_LOAD_LIB_FILE" = "yes" ]; then
     25       test -n "$verbose" && echo Making libtorque.conf
     26@@ -413,10 +412,10 @@
    2127                $PBS_SERVER_HOME/server_priv/accounting \
    2228                $PBS_SERVER_HOME/job_logs || return 1
Note: See TracChangeset for help on using the changeset viewer.