installCDE: fix outputting of missing files on install, caused by C&P error in shellshock fixes
This commit is contained in:
@@ -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="$*"
|
||||
|
||||
Reference in New Issue
Block a user