Skip to content
Snippets Groups Projects
Commit f9262456 authored by Steven Stallion's avatar Steven Stallion
Browse files

plan9: mkfile and 9diff fixes

This patch deals with an unnecessary backslash in 9diff and improper
quoting in the contrib mkfile.
parent 4955e7bf
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,9 @@
rfork e
fn getfiles{
cd $1 && \
fn getfiles {
cd $1 &&
for(f in `{du -as | awk '{print $2}'})
test -f $f && echo `{cleanname $f}
}
......@@ -8,8 +8,8 @@
for(f in `{du -as | awk '{print $2}'})
test -f $f && echo `{cleanname $f}
}
fn usage{
fn usage {
echo >[1=2] usage: 9diff [diff options] parent child root
exit usage
}
......
......@@ -29,7 +29,7 @@
cd $ROOT
$SH -c '$PYTHON setup.py $PURE install \
--install-scripts $PYTHONBIN \
--skip-build' \
--force
--skip-build \
--force'
}
mkdir -p /lib/mercurial/hgrc.d
......@@ -34,4 +34,4 @@
}
mkdir -p /lib/mercurial/hgrc.d
dircp hgrc.d /lib/mercurial/hgrc.d
cp 9diff /rc/bin
dircp hgrc.d /lib/mercurial/hgrc.d/
cp 9diff /rc/bin/
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