diff options
author | Aleksandar Samardzic <asamardzic@gmail.com> | 2010-05-11 22:22:41 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:22:41 +0200 |
commit | 3c6bc3d785bf6f9c34ecd1c4081feae6501fd939 (patch) | |
tree | b136d3c98061eb33de68ddd392cbf8206dd599dd /development/openmpi/doinst.sh | |
parent | 0037e54907012a9b10ff25ec261522e020a6b1a3 (diff) |
development/openmpi: Updated for version 1.2.8
Diffstat (limited to 'development/openmpi/doinst.sh')
-rw-r--r-- | development/openmpi/doinst.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/development/openmpi/doinst.sh b/development/openmpi/doinst.sh index 7f75f638c4004..437882b5ef643 100644 --- a/development/openmpi/doinst.sh +++ b/development/openmpi/doinst.sh @@ -1,5 +1,3 @@ -#!/bin/sh - config() { NEW="$1" OLD="$(dirname $NEW)/$(basename $NEW .new)" @@ -16,3 +14,4 @@ config() { config etc/openmpi-totalview.tcl.new config etc/openmpi-mca-params.conf.new config etc/openmpi-default-hostfile.new + |