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