this might need braces actually
This commit is contained in:
parent
9fa6c2e95a
commit
6bf5b9dd08
|
@ -25,7 +25,7 @@
|
||||||
touch /tmp/rjh;
|
touch /tmp/rjh;
|
||||||
cat /tmp/rjh | while read line
|
cat /tmp/rjh | while read line
|
||||||
do
|
do
|
||||||
if $(pwd) = line; then
|
if [$(pwd) = line]; then
|
||||||
new=false;
|
new=false;
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue