RasppleII / a2server

AppleTalk server for Apple II computers
Other
31 stars 8 forks source link

Still assumes wheezy == Debian in 7-console, will break at Debian 10 #56

Closed knghtbrd closed 8 years ago

knghtbrd commented 8 years ago

The version checks for Debian are a bit fragile depending on a single character's value, and 7-console got missed in the Jessie update.

Should fix by having cut parse fields rather than characters. So, replace -c 1 with -d . -f 1 For example.