Skip to content
Snippets Groups Projects
Commit b594ed80 authored by rds's avatar rds
Browse files

mac18480i issue

parent 2422ba93
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ case $opsys in
Linux )
real_home=~zmap ;;
Darwin )
real_home=~zmap/nfs_mount ;;
# real_home=~zmap/nfs_mount ;;
real_home=~zmap ;;
* )
ZBmsgAndExit "unsupported operating system: $opsys" ;;
......
......@@ -173,7 +173,7 @@ vpathdir=`ssh $machine "zmapvpathdir"`
if [ -n "$initialise" ] ; then
ssh $machine "zmapmake -b -c $prefix $remote_abspath" || ZBmsgAndExit "zmap make failed on $machine. cmd: zmapmake -b -c $prefix $remote_abspath"
else
ssh $machine "zmapmake -c $prefix $remote_abspath" || ZBmsgAndExit "zmap make failed on $machine. cmd: zmapmake -b -c $prefix $remote_abspath""
ssh $machine "zmapmake -c $prefix $remote_abspath" || ZBmsgAndExit "zmap make failed on $machine. cmd: zmapmake -b -c $prefix $remote_abspath"
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment