[Bug 281760] New: Kiwi 1.39-29.1 typo's in include netboot
https://bugzilla.novell.com/show_bug.cgi?id=281760 Summary: Kiwi 1.39-29.1 typo's in include netboot Product: openSUSE.org Version: unspecified Platform: 64bit OS/Version: SLES 10 Status: NEW Severity: Normal Priority: P5 - None Component: System Imaging AssignedTo: ms@novell.com ReportedBy: mike.veltman@draconis-it.com QAContact: adrian@novell.com Source Netboot include Function 79 #====================================== 80 # importFile 81 #-------------------------------------- 82 function importFile { 83 # /.../ 84 # import the config.<MAC> style format. the function 85 # will export each entry of the file as variable into 86 # the current shell environment 87 # ---- 88 IFS=" 89 " 90 while read line;do 91 echo $line | grep -qi "^#" && continue 92 key=`echo "$line" | cut -d '=' -f1` 93 item=`echo "$line" | cut -d '=' -f2- | tr -d \'` 94 Debug "$key=$item" 95 eval export $key\=\"$item\" 96 done 97 } Should be. 88 IFS=" " 402 Echo "Cecking update status for image: $imageName" Should be 402 Echo "Checking update status for image: $imageName" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=281760 ms@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from ms@novell.com 2007-06-08 08:25 MST ------- fixed -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com