fixed bash syntax

This commit is contained in:
Manfred Touron 2014-10-17 15:18:16 +00:00
parent 26ef6ca444
commit 41e0a6adcb
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -3,4 +3,5 @@ rootfs-target/
.*~ .*~
*# *#
.#* .#*
rootfs-*.tar.gz rootfs-*.tar.gz
source.tar.gz

View File

@ -26,10 +26,12 @@ patch_image() {
# FIXME: locales # FIXME: locales
# - do_in_target locale-gen en_US.UTF-8 # - do_in_target locale-gen en_US.UTF-8
echo
} }
upgrade_image() { upgrade_image() {
# FIXME: upgrade security packages # FIXME: upgrade security packages
echo
} }
clean_image() { clean_image() {