adjust issue manifest not to hide error if file is missing

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-24 09:41:42 +01:00
parent 57c60a40a8
commit 2b9acf9f26
1 changed files with 2 additions and 1 deletions

View File

@ -20,8 +20,9 @@
#
destination=/etc/issue
os="$(cat "out/explorers/os")"
case "$(cat "out/explorers/os")" in
case "$os" in
archlinux)
source="$(pwd -P)/files/archlinux"
;;