summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d4fb4a6..aa60130 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ clean:
rm -f $(TARBALL) $(GENERATED_FILES) *~
shadow: passwd
- @lastchange=$$(( `date +%s` / ( 24 * 3600 ) ));\
+ lastchange=$$(( `date +%s` / ( 24 * 3600 ) ));\
awk -F: ' { \
pw = ":!:";\
if ($$1 == "root") { pw = "::" };\