Index: ices-pkg-install.sh
===================================================================
--- ices-pkg-install.sh (revision 384)
+++ ices-pkg-install.sh (revision 385)
@@ -21,7 +21,9 @@
# arg 1: the new package version
post_install() {
- [ ! -e var/log/ices/ices.log ] && touch var/log/ices/ices.log
+ if [ ! -e var/log/ices/ices.log ] ; then
+ touch var/log/ices/ices.log
+ fi
}
# arg 1: the new package version