Merge remote-tracking branch 'steven/issue_140'

This commit is contained in:
Nico Schottelius 2012-11-19 13:35:21 +01:00
commit 67545eda79
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ name="$__object_id"
. /etc/lsb-release
repo_name="${name#ppa:}"
repo_file_name="$(echo "$repo_name" | sed "s:\/:\-:")-${DISTRIB_CODENAME}.list"
repo_file_name="$(echo "$repo_name" | sed -e "s|[/:]|-|" -e "s|\.|_|")-${DISTRIB_CODENAME}.list"
[ -s "/etc/apt/sources.list.d/${repo_file_name}" ] \
&& echo present || echo absent