summarylogtreecommitdiffstats
path: root/appimagepool.sh
diff options
context:
space:
mode:
Diffstat (limited to 'appimagepool.sh')
-rw-r--r--appimagepool.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/appimagepool.sh b/appimagepool.sh
index db5a30e8863f..5f8466f8e866 100644
--- a/appimagepool.sh
+++ b/appimagepool.sh
@@ -5,4 +5,4 @@ _RUNNAME="${_APPDIR}/@runname@"
export PATH="${_APPDIR}:${PATH}"
export LD_LIBRARY_PATH="${_APPDIR}/lib:${LD_LIBRARY_PATH}"
cd "${_APPDIR}"
-exec "${_RUNNAME}" "$@" | exit $? \ No newline at end of file
+exec "${_RUNNAME}" "$@" || exit $? \ No newline at end of file