summaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
authorMatt Knight <mattnite@protonmail.com>2021-03-06 15:24:03 -0800
committerMatt Knight <mattnite@protonmail.com>2021-03-06 15:24:03 -0800
commitbe17e37102c20ee818cc177d867e226e15bf907b (patch)
tree2be587017e111427a9dc02f3f426a7805268f46e /patches
parent2f4273289a04f781ac050a129cee5866bfb7ae14 (diff)
remove realpath
Diffstat (limited to 'patches')
-rwxr-xr-xpatches/eowyn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/eowyn.sh b/patches/eowyn.sh
index 6f8ef8d..1bb8385 100755
--- a/patches/eowyn.sh
+++ b/patches/eowyn.sh
@@ -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.