autotools: fix script

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue
2010-08-09 06:28:44 +02:00
parent d40e5114b4
commit fa46c233b5
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
[ -f /storage/.config/update.conf ] && . /storage/.config/update.conf
[ -f /etc/repo.conf ] && . /etc/repo.conf || exit0
[ -z "$KEYFILE" ] && SCP_ARG="-i $KEYFILE"
[ -n "$KEYFILE" ] && SCP_ARG="-i $KEYFILE"
download () {
case "$DL_METHOD" in

View File

@@ -22,7 +22,7 @@
[ -f /storage/.config/update.conf ] && . /storage/.config/update.conf
[ -f /etc/repo.conf ] && . /etc/repo.conf || exit0
[ -z "$KEYFILE" ] && SCP_ARG="-i $KEYFILE"
[ -n "$KEYFILE" ] && SCP_ARG="-i $KEYFILE"
download () {
case "$DL_METHOD" in