diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-08-02 11:55:38 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-08-02 11:55:38 +0000 |
commit | ebb016e8bff4276d8ddc3048139eab4df4d2f855 (patch) | |
tree | 124c6ae1e24ae78a4c8c092f7e1902f37d526a79 /www-apps/otrs/files | |
parent | Remove old ebuild. (diff) | |
download | historical-ebb016e8bff4276d8ddc3048139eab4df4d2f855.tar.gz historical-ebb016e8bff4276d8ddc3048139eab4df4d2f855.tar.bz2 historical-ebb016e8bff4276d8ddc3048139eab4df4d2f855.zip |
Fixed die()
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'www-apps/otrs/files')
-rw-r--r-- | www-apps/otrs/files/reconfig | 1 | ||||
-rw-r--r-- | www-apps/otrs/files/reconfig-2 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www-apps/otrs/files/reconfig b/www-apps/otrs/files/reconfig index 04a9feef674c..dea936e42019 100644 --- a/www-apps/otrs/files/reconfig +++ b/www-apps/otrs/files/reconfig @@ -5,6 +5,7 @@ die() { echo "******" echo $1 echo "******" + exit 1 } if [ $1 = "install" ]; then diff --git a/www-apps/otrs/files/reconfig-2 b/www-apps/otrs/files/reconfig-2 index 04a9feef674c..dea936e42019 100644 --- a/www-apps/otrs/files/reconfig-2 +++ b/www-apps/otrs/files/reconfig-2 @@ -5,6 +5,7 @@ die() { echo "******" echo $1 echo "******" + exit 1 } if [ $1 = "install" ]; then |