[Iofsl-commits] branch, master, updated. merge-start-357-g5d65391

mysql vizuser noreply at mcs.anl.gov
Fri Sep 6 18:17:30 CDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".

The branch, master has been updated
       via  5d65391ac1d5aae7e5a3d549a6d9302223baa08c (commit)
      from  85bf2c4b12aa7c9cdab01918cac067ef9e9dd08d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5d65391ac1d5aae7e5a3d549a6d9302223baa08c
Author: Dries Kimpe <dkimpe at mcs.anl.gov>
Date:   Fri Sep 6 18:17:28 2013 -0500

    Fix relative path workaround

-----------------------------------------------------------------------

Summary of changes:
 autobuild/build.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Diff of changes:
diff --git a/autobuild/build.sh b/autobuild/build.sh
index 3bb14be..a0b98b5 100755
--- a/autobuild/build.sh
+++ b/autobuild/build.sh
@@ -14,10 +14,10 @@ if test -z "${SRCDIR}"; then
 fi
 
 # Make sure srcdir is absolute
-tmp=$(echo ${SRCDIR} | cut -c1-2)
+tmp=$(echo -n ${SRCDIR} | cut -c1-2)
 if test "A$tmp" != "A/" ; then
    # make srcdir absolute
-   SRCDIR=$(cd $tmp && pwd)
+   SRCDIR=$(cd "${SRCDIR}" && pwd)
 fi
 
 if ! test -r "${SRCDIR}/iofsl.pc.in" ; then


hooks/post-receive
--



More information about the Iofsl-commits mailing list