From: Zoran Dzelajlija Date: Fri, 28 Oct 2005 12:56:33 +0000 (+0000) Subject: r87: Sitne sintaksne greske u cp_backup_conffile. X-Git-Tag: debian/3.0.0~23 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=carnet-tools-cn.git;a=commitdiff_plain;h=9d14d6fd31235bc0c8a6733fcf37cec81879dfcd r87: Sitne sintaksne greske u cp_backup_conffile. --- 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