summaryrefslogtreecommitdiff
path: root/sysroot.write
diff options
context:
space:
mode:
Diffstat (limited to 'sysroot.write')
-rwxr-xr-xsysroot.write2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysroot.write b/sysroot.write
index 019edbe9..46f1a780 100755
--- a/sysroot.write
+++ b/sysroot.write
@@ -19,4 +19,4 @@ set -eu
mkdir -p "$2"
-cp -a "$1/*" "$2"
+cp -a "$1"/* "$2"