this might need braces actually

This commit is contained in:
Lillian Violet 2024-10-23 17:51:22 +02:00
parent 9fa6c2e95a
commit 6bf5b9dd08

View file

@ -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