Skip to content
Snippets Groups Projects
Commit 45b42d4a authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-10-03 15:21:52 by simonm]

add yet more hacks for tmp_mnt, this time to deal with amd-style mount
points.
parent a5c62eff
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ fi
# Remove some automounter nonsense (Glasgow specific gruff)
#
hardtop=`pwd`
hardtop=`echo $hardtop | sed 's|^/tmp_mnt/|/|' | sed 's|^/grasp_tmp|/local/grasp_tmp|'`
hardtop=`echo $hardtop | sed 's|^/tmp_mnt.*\(/local/.*\)$|\1|' | /sed 's|^/tmp_mnt/|/|' | sed 's|^/grasp_tmp|/local/grasp_tmp|'`
echo ''
echo "*** The top of your build tree is: $hardtop"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment