From aae07f8a2d45fd1892d20c91312912b763c5f5a3 Mon Sep 17 00:00:00 2001 From: pancake Date: Tue, 12 Jan 2021 14:23:29 +0100 Subject: [PATCH] Release for 5.0.0 --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 97e7301..9cb8ac7 100755 --- a/configure +++ b/configure @@ -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 # @url: http://www.nopcode.org # @repo: git clone https://github.com/radare/acr @@ -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 ." exit 0 @@ -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