From d1bf861f7bae8e322a8d5b33f0729d5c3fe0a2b7 Mon Sep 17 00:00:00 2001 From: Thilo Maurer Date: Mon, 13 Aug 2018 10:10:47 +0200 Subject: [PATCH] bash [[ notation requires bash (#5496) * remove dependency on bash [[ notation * use bash instead of sh --- xCAT/postscripts/mkresolvconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/mkresolvconf b/xCAT/postscripts/mkresolvconf index 39cf9c06a..f89476d86 100755 --- a/xCAT/postscripts/mkresolvconf +++ b/xCAT/postscripts/mkresolvconf @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html # #---------------------------------------------------------------------------