summaryrefslogtreecommitdiffstats
path: root/scripts/gensync
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gensync')
-rwxr-xr-xscripts/gensync2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gensync b/scripts/gensync
index 8dff8884..59812efe 100755
--- a/scripts/gensync
+++ b/scripts/gensync
@@ -94,7 +94,7 @@ db_write_entry()
echo "%VERSION%" >>desc
echo "$pkgver-$pkgrel" >>desc
echo "" >>desc
- if [ -n $pkgdesc ]; then
+ if [ -n "$pkgdesc" ]; then
echo "%DESC%" >>desc
echo "$pkgdesc" >>desc
echo "" >>desc