diff options
| author | Matt Knight <[email protected]> | 2021-03-06 15:24:03 -0800 |
|---|---|---|
| committer | Matt Knight <[email protected]> | 2021-03-06 15:24:03 -0800 |
| commit | be17e37102c20ee818cc177d867e226e15bf907b (patch) | |
| tree | 2be587017e111427a9dc02f3f426a7805268f46e /patches/eowyn.sh | |
| parent | 2f4273289a04f781ac050a129cee5866bfb7ae14 (diff) | |
| download | ziglings-be17e37102c20ee818cc177d867e226e15bf907b.tar.xz ziglings-be17e37102c20ee818cc177d867e226e15bf907b.zip | |
remove realpath
Diffstat (limited to 'patches/eowyn.sh')
| -rwxr-xr-x | patches/eowyn.sh | 2 |
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. |
