Revision 85b66af5

b/devel/build_chroot
34 34
  exit
35 35
fi
36 36

  
37
if [ ! -d $DATA_DIR ]
38
then
39
  echo "The data directory"
40
  echo "  $DATA_DIR"
41
  echo "does not exist."
42
  echo "Please, set the DATA_DIR environment variable so that it points to the"
43
  echo "data directory."
44
  exit
45
fi
46

  
37 47
set -e
38 48

  
39 49
#Cleanup

Also available in: Unified diff