remove realpath

This commit is contained in:
Matt Knight 2021-03-06 15:24:03 -08:00
parent 1f85c2d272
commit 45c6440bb2
1 changed files with 1 additions and 1 deletions

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.