mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue