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

[project @ 1997-10-06 09:17:54 by simonm]

bogus '/' crept in.
parent aa48ef30
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.*\(/local/.*\)$|\1|' | /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