forked from ungleich-public/cdist
[explorer/os_version] use 99.99 as fallback for unknown code names in */sid
This commit is contained in:
parent
67f85546ec
commit
e1e1348998
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ in
|
|||
wheezy) echo 6.99 ;;
|
||||
squeeze) echo 5.99 ;;
|
||||
lenny) echo 4.99 ;;
|
||||
*) exit 1
|
||||
*) echo 99.99 ;;
|
||||
esac
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue