Skip to content

Commit 9c41d50

Browse files
author
emmett1
committed
fixes
1 parent 86474c4 commit 9c41d50

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pkgbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ updatemdsum() {
4242
generatemdsum() {
4343
local src FILENAME
4444

45-
if [ -z $source ]; then
45+
if [ -z "$source" ]; then
4646
echo SKIP
4747
return 0
4848
fi

spkgbuild.proto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# description :
22
# homepage :
3-
# backup :
3+
# maintainer :
44
# depends :
55

66
name=
77
version=
88
release=1
9-
options=()
10-
noextract=()
11-
source=()
12-
md5sum=()
9+
backup=""
10+
options=""
11+
noextract=""
12+
source=""
1313

1414
build() {
1515
cd $name-$version

0 commit comments

Comments
 (0)