dont blindly remove all the /usr/local/plan9
This commit is contained in:
parent
e00db7f084
commit
8824e122a3
@ -1,6 +1,12 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
p=`cleanname $PLAN9`
|
p=`cleanname $PLAN9`
|
||||||
|
if [ X"$p" = X"" ]
|
||||||
|
then
|
||||||
|
echo cleanname failed 1>&2
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
cd $PLAN9
|
cd $PLAN9
|
||||||
echo "
|
echo "
|
||||||
X ,s;/usr/local/plan9($|/|});$p\\1;g
|
X ,s;/usr/local/plan9($|/|});$p\\1;g
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user