We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee62cd1 commit 50b68beCopy full SHA for 50b68be
1 file changed
libraries/BridJ/admin/checkout_and_patch_dyncall.sh
@@ -4,6 +4,8 @@
4
# Usage : patch_dyncall.sh directory
5
#
6
7
+#set -e
8
+
9
function failed() {
10
echo "$@"
11
exit 1
@@ -21,7 +23,7 @@ if [[ -z "$1" ]] ; then
21
23
failed "No path to the diff"
22
24
fi
25
-PATCH_FILE=`pwd`/$1
26
+PATCH_FILE=$1
27
28
#if [[ ! -d `dirname $DYNCALL_HOME` ]] ; then
29
# mkdir `dirname $DYNCALL_HOME` || failed "Failed to create parent directory for $DYNCALL_HOME"
0 commit comments