Skip to content

Commit 50b68be

Browse files
committed
BridJ: tweak dyncall patcher
1 parent ee62cd1 commit 50b68be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libraries/BridJ/admin/checkout_and_patch_dyncall.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# Usage : patch_dyncall.sh directory
55
#
66

7+
#set -e
8+
79
function failed() {
810
echo "$@"
911
exit 1
@@ -21,7 +23,7 @@ if [[ -z "$1" ]] ; then
2123
failed "No path to the diff"
2224
fi
2325

24-
PATCH_FILE=`pwd`/$1
26+
PATCH_FILE=$1
2527

2628
#if [[ ! -d `dirname $DYNCALL_HOME` ]] ; then
2729
# mkdir `dirname $DYNCALL_HOME` || failed "Failed to create parent directory for $DYNCALL_HOME"

0 commit comments

Comments
 (0)