mirror of
https://github.com/sbopkg/sbopkg
synced 2025-02-05 08:46:34 +01:00
remove two stale commented out lines
This commit is contained in:
parent
f80edb7aef
commit
c5af8e5f24
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
@ -1002,10 +1002,8 @@ info_item() {
|
|||
BUILD="$(echo $STRING | cut -f $INDEX -d -)"
|
||||
|
||||
if [[ $SHORTAPP == $APP ]]; then
|
||||
#INSTALLEDPACKAGE=$NAME-$VER-$INST_ARCH-$BUILD
|
||||
INSTALLEDPACKAGE=$NAME-$VER-$INST_ARCH-$BUILD
|
||||
else # Must be a renamed app
|
||||
#RENAMEDPACKAGE=$NAME-$VER-$INST_ARCH-$BUILD
|
||||
RENAMEDPACKAGE=$NAME-$VER-$INST_ARCH-$BUILD
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue