1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-11-22 16:01:54 +02:00

curdir fix

This commit is contained in:
Wolfgang Spraul 2012-11-26 07:23:12 +01:00
parent 7a16e0f91b
commit b73288f2f0

View File

@ -13,12 +13,6 @@ if pidof -x $(basename $0) > /dev/null; then
done
fi
#
# the assumption is we run in /home/schhist/eda-tools/schhist and
# other relevant dirs are /home/schhist/git and /home/schhist/output
#
cd ../..
[ ! -d git ] && mkdir git
#