mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-07-27 20:47:06 +01:00
scripts fine-tuning
This commit is contained in:
@@ -6,7 +6,7 @@ if (( $# != 1 )); then
|
||||
fi
|
||||
ARC=$1
|
||||
|
||||
INITDIR=`pwd`
|
||||
INITDIR=$(pwd -P)
|
||||
rm -rf lib/Eigen
|
||||
ARCDIR=`tar -tf ${ARC} | head -n1 | sed -e 's@/.*@@'`
|
||||
tar -xf ${ARC}
|
||||
|
Reference in New Issue
Block a user