mirror of
https://github.com/kennethreitz-archive/python-versions.git
synced 2026-06-05 23:30:17 +00:00
cleanups
This commit is contained in:
@@ -18,10 +18,8 @@ while getopts ":f:x:p:" opt; do
|
||||
f)
|
||||
FORMULA=$OPTARG
|
||||
echo "Using formula: $FORMULA" >&2
|
||||
# echo "-f was triggered, Parameter: $OPTARG" >&2
|
||||
;;
|
||||
p)
|
||||
# echo "-p was triggered, Parameter: $OPTARG" >&2
|
||||
mkdir -p $OPTARG
|
||||
PREFIX_PATH=`cd "$OPTARG"; pwd`
|
||||
echo "Using prefix: $PREFIX_PATH" >&2
|
||||
|
||||
+1
-2
@@ -4,8 +4,7 @@
|
||||
OUT_PREFIX=$1
|
||||
SOURCE_TARBALL='http://www.sqlite.org/sqlite-autoconf-3070900.tar.gz'
|
||||
|
||||
curl -O $SOURCE_TARBALL
|
||||
tar xvvf sqlite-autoconf-3070900.tar.gz
|
||||
curl -O $SOURCE_TARBALL | tar x
|
||||
mv sqlite-autoconf-3070900 sqlite
|
||||
|
||||
cd sqlite
|
||||
|
||||
Reference in New Issue
Block a user