remove realpath

This commit is contained in:
Matt Knight 2021-03-06 15:24:03 -08:00
parent 2f4273289a
commit be17e37102

View file

@ -14,7 +14,7 @@
#
# We run from the patches dir. Go there now if not already.
cd $(dirname $(realpath $0))
cd $(dirname $0)
pwd # Show it upon the screen so all shall be made apparent.
# Create healed/ directory here if it doesn't already exist.