Commit ae43813d authored by Alessandro Rubini's avatar Alessandro Rubini

MAKEALL: trivial fix of leading build error

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent ddc7b9b2
......@@ -4,7 +4,7 @@
# Backup previous .config file, if present
rm -f .config.backup 2> /dev/null
mv -f .config .config.backup 2> /dev/null
cp -a .config .config.backup 2> /dev/null
# make some temporary files for logs
C=$(mktemp /tmp/ppsi-config.XXXXXX)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment