summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch/Client.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-04-24 17:03:52 +0000
committerMarc Laukien <marc@zeroc.com>2002-04-24 17:03:52 +0000
commitfc329cb92aa34e99075e40831291c95a659a000b (patch)
treeb1615dfcb809d7f2b40a670e427e72c4a7ca860c /cpp/src/IcePatch/Client.cpp
parentbug fix (diff)
downloadice-fc329cb92aa34e99075e40831291c95a659a000b.tar.bz2
ice-fc329cb92aa34e99075e40831291c95a659a000b.tar.xz
ice-fc329cb92aa34e99075e40831291c95a659a000b.zip
fix
Diffstat (limited to 'cpp/src/IcePatch/Client.cpp')
-rw-r--r--cpp/src/IcePatch/Client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IcePatch/Client.cpp b/cpp/src/IcePatch/Client.cpp
index 43570c9be58..3e08de9dee6 100644
--- a/cpp/src/IcePatch/Client.cpp
+++ b/cpp/src/IcePatch/Client.cpp
@@ -168,6 +168,7 @@ IcePatch::Client::run(int argc, char* argv[])
#endif
{
cerr << appName() << ": cannot change to directory `" << directory << "': " << strerror(errno) << endl;
+ return EXIT_FAILURE;
}
}