__motd now supports --source as well

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-21 09:30:42 +01:00
parent 240b4aebbc
commit 1a4fd4854c
3 changed files with 5 additions and 1 deletions

View File

@ -26,7 +26,7 @@ else
source="$__type/files/motd"
fi
os=$(cat $__global/explorer/os)
os=$(cat "$__global/explorer/os")
case "$os" in

View File

@ -0,0 +1 @@
source

View File

@ -1,3 +1,6 @@
1.3.2:
* Add --source to __motd
1.3.1: 2011-03-21
* Document cdist-type-build-emulation
* Document cdist-type-emulator