Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Commit

Permalink
Implement alternative to readlink -f in boot_shim
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Feb 28, 2016
1 parent d477615 commit 79a6819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/rel/files/boot_shim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

SCRIPT_DIR="$(dirname $(readlink "$0"))"
SCRIPT_DIR="$(cd $(dirname "$0") && pwd -P)"
RELEASE_ROOT_DIR="$(cd "$SCRIPT_DIR/.." && pwd)"
RELEASES_DIR="$RELEASE_ROOT_DIR/releases"
REL_NAME="{{{PROJECT_NAME}}}"
Expand Down

0 comments on commit 79a6819

Please sign in to comment.