From 9d14d6fd31235bc0c8a6733fcf37cec81879dfcd Mon Sep 17 00:00:00 2001 From: Zoran Dzelajlija Date: Fri, 28 Oct 2005 12:56:33 +0000 Subject: [PATCH] r87: Sitne sintaksne greske u cp_backup_conffile. --- functions.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions.sh b/functions.sh index 47ad62f..8c2e0e8 100644 --- a/functions.sh +++ b/functions.sh @@ -173,6 +173,7 @@ cp_backup_conffile() { -p) shift opt_p=1 + ;; -d) shift opt_d=1 @@ -187,11 +188,13 @@ cp_backup_conffile() { -n) shift ext= + ;; esac done if [ "$opt_d" ]; then if [ ! -e "$dir" -a "$opt_p" ]; then mkdir "$dir" + fi if [ $? -ne 0 ]; then echo "cp_backup_conffile: Error creating backup directory $dir" 1>&2 return 3 -- 1.7.10.4