mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -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.
|
# 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.
|
pwd # Show it upon the screen so all shall be made apparent.
|
||||||
|
|
||||||
# Create healed/ directory here if it doesn't already exist.
|
# Create healed/ directory here if it doesn't already exist.
|
||||||
|
|
Loading…
Reference in a new issue