mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-26 09:58:14 +01:00
sqg: Make sure we don't have double extension.
Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
This commit is contained in:
parent
72d8622675
commit
429800da5d
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ build_queuefile () {
|
|||
#
|
||||
build_queuefile_custom () {
|
||||
local QUEUEDIR=$1
|
||||
local QUEUENAME=$2
|
||||
local QUEUENAME=$(basename $2 .sqf)
|
||||
local PACKAGES=$3
|
||||
|
||||
$(
|
||||
|
|
Loading…
Reference in a new issue