Skip to content
Snippets Groups Projects
Commit 86d7c4d7 authored by Bill Hoffman's avatar Bill Hoffman
Browse files

ENH: break it again

parent 525eb2dc
Branches
Tags v3.23.2
No related merge requests found
#!/bin/sh
TOP_DIR=`cd \`echo "$0" | sed -n '/\//{s/\/[^\/]*$//;p;}'\`;pwd|dos2unix`
TOP_DIR=`cd \`echo "$0" | sed -n '/\//{s/\/[^\/]*$//;p;}'\`;pwd`
SELF_NAME=`basename "$0" .sh`
PKG=`echo ${SELF_NAME} | sed -e 's/\-[^\-]*\-[^\-]*$//'`
VER=`echo ${SELF_NAME} | sed -e 's/^[^\-]*\-//' -e 's/\-[^\-]*$//'`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment