Project

General

Profile

Bug #16608

Updated by Kefu Chai almost 8 years ago

the shebang line reads @#!/bin/sh@@ 
 while we are using array in this script,  
 <pre> 
  + 		 OIFS=$IFS 
  + 		 IFS=',' 
  + 		 CMDPARAMS="" 
  + 		 for PARAM in ${PARAMS[@]}; do 
 </pre> 

 see https://github.com/ceph/ceph/commit/c0980af3c72f01e6f99fd1e7e91c446934d6d856#commitcomment-18147416 

 reported by Kriechi@gh

Back