Browse Source

remove realpath

Matt Knight 4 years ago
parent
commit
be17e37102
1 changed files with 1 additions and 1 deletions
  1. 1 1
      patches/eowyn.sh

+ 1 - 1
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.