mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 19:20:47 -05:00
remove realpath
This commit is contained in:
parent
2f4273289a
commit
be17e37102
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue