summarylogtreecommitdiffstats
path: root/appimagepool.sh
diff options
context:
space:
mode:
authorzxp198210052024-02-26 17:10:53 +0800
committerzxp198210052024-02-26 17:10:53 +0800
commit9117451fc1e3055f4fded7f8baf042f35cea8995 (patch)
treed2efd9024985b664a078a46cc7520fea72525c45 /appimagepool.sh
parenta8fdffa288653aa52875d883d40219b843bb1187 (diff)
downloadaur-appimagepool-bin.tar.gz
fix errors
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