Commit 77286c39 authored by Vitaly Lipatov's avatar Vitaly Lipatov

distr_info: print empty package type if unknown

parent f1a7c122
...@@ -255,7 +255,7 @@ pkgtype() ...@@ -255,7 +255,7 @@ pkgtype()
*-rpm) *-rpm)
echo "rpm" ;; echo "rpm" ;;
*) *)
echo "rpm" ;; echo "" ;;
esac esac
esac esac
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment