From f12120de1ccb3df4e0105d04786cd6dfb48a0c5b Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 5 Jan 2012 17:03:16 +0000 Subject: [PATCH] change remoteshell from bash to sh because we will be using it on AIX to replace aixremoteshell git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11354 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/remoteshell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/remoteshell b/xCAT/postscripts/remoteshell index 903fde515..8ed60a1a3 100755 --- a/xCAT/postscripts/remoteshell +++ b/xCAT/postscripts/remoteshell @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html #egan@us.ibm.com #(C)IBM Corp