mirror of
https://github.com/DoctorWkt/unix-jun72.git
synced 2026-04-13 23:45:05 +00:00
Added a quick check that we are running this in the correct directory.
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
#
|
||||
# assemble the sources
|
||||
#
|
||||
if [ ! -d tools ]
|
||||
then echo 'No tools/ directory, are you running this in the correct dir?'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# settings; should contain something like:
|
||||
# APOUT=/tmp/apout2.3alpha2/apout
|
||||
|
||||
Reference in New Issue
Block a user