Skip to content

Commit

Permalink
Release for 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jan 12, 2021
1 parent 4c708a7 commit aae07f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# This script was automatically generated by ACR v1.9.4
# This script was automatically generated by ACR v1.9.8
# @author: pancake <nopcode.org>
# @url: http://www.nopcode.org
# @repo: git clone https://github.com/radare/acr
Expand Down Expand Up @@ -180,7 +180,7 @@ if [ "$QUIET" = 1 ]; then
echo "5.0.0"
exit 0
fi
echo "radare2-r2pipe-5.0.0 configuration script done with acr v1.9.4.
echo "radare2-r2pipe-5.0.0 configuration script done with acr v1.9.8.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand Down Expand Up @@ -312,7 +312,7 @@ if [ -f "${VPATH}/${A}.acr" ]; then
fi
fi
ocho "creating ${SD_TARGET}"
mkdir -p $(echo ${A} | sed -e "s,/`basename ${A}`$,,g")
[ "${VPATH}" != '.' ] && mkdir -p $(echo ${A} | sed -e "s,/`basename ${A}`$,,g")
cat ${VPATH}/${SD_TARGET}.acr | \
eval sed -e "s,@VPATH@,${VPATH}/${A},g" ${SEDFLAGS} > ${SD_TARGET}.tmp

Expand Down

0 comments on commit aae07f8

Please sign in to comment.