typo forgotten \
This commit is contained in:
parent
0835a1065f
commit
0a577f5575
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ create-sbu_du-report: mk_BOOT
|
|||
|
||||
save-luser:
|
||||
@\$(call echo_message, Building)
|
||||
@LUSER_ID=\$(grep '^$(LUSER):' /etc/passwd | cut -d: -f3); \\
|
||||
@LUSER_ID=\$(grep '^\$(LUSER):' /etc/passwd | cut -d: -f3); \\
|
||||
if [ -n "\$LUSER_ID" ]; then \\
|
||||
if [ ! -d \$(LUSER_HOME).XXX ]; then \\
|
||||
mv \$(LUSER_HOME){,.XXX}; \\
|
||||
|
|
Reference in a new issue