If someone cd's to another directory and then runs redo-always, we weren't adding to the right target.
4 lines
48 B
Text
4 lines
48 B
Text
echo $$ >>always1.log
|
|
echo $$
|
|
cd ..
|
|
redo-always
|