mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-30 00:12:48 +01:00
pkg-manager.sh: Cut -tumbleweed off $ID for platform identification
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
20f675c280
commit
65c77e1d3f
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ cmd_refresh()
|
||||||
# -- here we go
|
# -- here we go
|
||||||
myname=`basename $0`
|
myname=`basename $0`
|
||||||
. /etc/os-release
|
. /etc/os-release
|
||||||
|
ID=${ID%%-*}
|
||||||
cmd="$1"
|
cmd="$1"
|
||||||
shift
|
shift
|
||||||
eval cmd_$cmd "$@"
|
eval cmd_$cmd "$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue