From 5c2d36216951b721ea695dd26bb5140d2a98dc5e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 14 Dec 2008 01:54:18 +0100 Subject: [PATCH] Fix previous, it's conf_files not config_files. --HG-- extra : convert_revision : dc8d0e29104846c5ecc066fbb68668042f4e51b5 --- utils/sh/binpkg.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/sh/binpkg.sh b/utils/sh/binpkg.sh index 8b1c644836..0e426707ab 100644 --- a/utils/sh/binpkg.sh +++ b/utils/sh/binpkg.sh @@ -80,10 +80,10 @@ _EOF fi # Configuration files - if [ -n "$config_files" ]; then - printf "\tconfig_files\n" >> $TMPFPROPS + if [ -n "$conf_files" ]; then + printf "\tconf_files\n" >> $TMPFPROPS printf "\t\n" >> $TMPFPROPS - for f in ${config_files}; do + for f in ${conf_files}; do printf "\t\t$f\n" >> $TMPFPROPS done printf "\t\n" >> $TMPFPROPS