comparison packaging/linux-installer.inc.in @ 1137:1110d0017bad

Fixed warning on uninitialized var...
author Sascha Wilde <wilde@intevation.de>
date Wed, 17 Sep 2014 16:35:14 +0200
parents f1384bf9d4a4
children
comparison
equal deleted inserted replaced
1135:cf154e1f687a 1137:1110d0017bad
263 { 263 {
264 getxt "Cleaning up temporary stuff ...\n" 264 getxt "Cleaning up temporary stuff ...\n"
265 265
266 # remove temporary directories: 266 # remove temporary directories:
267 local -a temp_dirs 267 local -a temp_dirs
268 if [ "${lock_dir}" ]; then 268 if [ "${lock_dir:-}" ]; then
269 # $lock_dir is generate by the shar 269 # $lock_dir is generate by the shar
270 temp_dirs+=("${instcfg[PREFIX]}/$lock_dir") 270 temp_dirs+=("${instcfg[PREFIX]}/$lock_dir")
271 fi 271 fi
272 temp_dirs+=("$extra_bin_path") 272 temp_dirs+=("$extra_bin_path")
273 273

http://wald.intevation.org/projects/trustbridge/