summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-07 22:53:35 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-07 22:53:35 -0300
commita73b524bf66582488b8431737a237e56d1ad5e26 (patch)
tree7d46197276bbcad8d9f5e35f6a4c02975112f298
parentfbf7d3233e057c08d738c964df813a1ba2a052be (diff)
downloadart-a73b524bf66582488b8431737a237e56d1ad5e26.tar.gz
art-a73b524bf66582488b8431737a237e56d1ad5e26.tar.bz2
art-a73b524bf66582488b8431737a237e56d1ad5e26.tar.xz
art-a73b524bf66582488b8431737a237e56d1ad5e26.zip
I think I know whats wrong with license check...
-rwxr-xr-x.tools/init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tools/init.sh b/.tools/init.sh
index 11a5c402..be7fa215 100755
--- a/.tools/init.sh
+++ b/.tools/init.sh
@@ -86,6 +86,6 @@ function clientdata_init {
mkdir shared
pwd ; ls -a ; ls -al ..
cd ..
- ln -s art client-data
+ ln -s Art client-data
check_error $?
}