summarylogtreecommitdiffstats
path: root/orature.sh
diff options
context:
space:
mode:
authorzxp198210052024-01-25 09:13:41 +0800
committerzxp198210052024-01-25 09:13:41 +0800
commitb8a027a0c220a160f0206d27ade864e0faecf5f8 (patch)
treed8ea3ace8cda3474cb6d1c4a0acd16d58bac4b20 /orature.sh
parent9da515413959bcd5e5fe6f131510dc9d65960e28 (diff)
downloadaur-b8a027a0c220a160f0206d27ade864e0faecf5f8.tar.gz
update to 3.1.3-beta
Diffstat (limited to 'orature.sh')
-rw-r--r--orature.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/orature.sh b/orature.sh
index 9a30bced5f3b..80ffaba690d9 100644
--- a/orature.sh
+++ b/orature.sh
@@ -5,4 +5,4 @@ _RUNNAME="${_APPDIR}/@runname@"
export PATH="${_APPDIR}:${_APPDIR}/jre/bin:${PATH}"
export LD_LIBRARY_PATH="${_APPDIR}/jre/lib:${LD_LIBRARY_PATH}"
cd "${_APPDIR}"
-exec "${_RUNNAME}" "$@" \ No newline at end of file
+exec "${_RUNNAME}" "$@" || exit $? \ No newline at end of file