We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab7f2c commit 2c2b453Copy full SHA for 2c2b453
bin/cloud9.sh
@@ -1,7 +1,6 @@
1
#!/bin/sh
2
3
-CMD="$(readlink -e $0)"
4
-CMD_DIR=`dirname "$CMD"`
+CMD_DIR="$( cd "$( dirname "$0" )" && pwd )"
5
cd "$CMD_DIR/.."
6
7
make update
0 commit comments