summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-07-12 07:03:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-12 07:04:45 +0000
commitbd83f5998c32c978e3840633eac86a638bb4087f (patch)
tree69ccf31d302ff2b2b84519599a06accfeec3b437 /Makefile
parent1ea231da8102ab9c85a7122497354542eadc5e7a (diff)
downloadalpine-baselayout-bd83f5998c32c978e3840633eac86a638bb4087f.tar.bz2
alpine-baselayout-bd83f5998c32c978e3840633eac86a638bb4087f.tar.xz
shadow is generated. let git ingore it
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 = "::" };\