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 2b67e15 commit f5b39e9Copy full SHA for f5b39e9
bin/cosmocc
@@ -180,7 +180,7 @@ if [ ! -d "$COSMO" ]; then
180
fi
181
182
if [ "$1" = "--update" ]; then
183
- cd /opt/cosmo || exit
+ cd $COSMO || exit
184
if GIT=$(command -v git); then
185
echo "running git pull on cosmo..." >&2
186
"$GIT" pull --quiet || exit
bin/fatcosmocc
@@ -149,7 +149,7 @@ else
149
150
151
152
153
154
155
0 commit comments