There was an error while loading. Please reload this page.
1 parent 931afbb commit c806b6aCopy full SHA for c806b6a
scripts/drupal/update-scaffold
@@ -1,7 +1,6 @@
1
#!/bin/bash
2
3
-CWD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4
-ROOT=`realpath "${CWD}/../.."`
+ROOT=$(pwd)
5
6
drush dl drupal-8 --destination=/tmp --drupal-project-rename=drupal-8 --quiet -y
7
@@ -17,4 +16,3 @@ rsync -avz --delete /tmp/drupal-8/ $ROOT/web \
17
16
--exclude=vendor
18
19
rm -rf /tmp/drupal-8
20
-
0 commit comments