Skip to content

Commit 2ab7f2c

Browse files
author
Ruben Daniels
committed
Using -e to fix installation on some platforms
1 parent ee78014 commit 2ab7f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cloud9.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
CMD="$(readlink $0)"
3+
CMD="$(readlink -e $0)"
44
CMD_DIR=`dirname "$CMD"`
55
cd "$CMD_DIR/.."
66

0 commit comments

Comments
 (0)