installCDE: fix outputting of missing files on install, caused by C&P error in shellshock fixes
This commit is contained in:
parent
a94c997e8f
commit
de69b56458
|
|
@ -509,7 +509,7 @@ XCOMM don't bother if the fileset doesn't exist
|
|||
if [ -s "/tmp/${2}.missing" ]
|
||||
then
|
||||
Log " - missing files:"
|
||||
"/tmp/${2}.missing" >> "$LOGFILE"
|
||||
cat "/tmp/${2}.missing" | tee -a "$LOGFILE"
|
||||
fi
|
||||
}
|
||||
ORIGINAL_COMMAND_LINE="$*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue