summaryrefslogtreecommitdiff
path: root/build_cross.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_cross.sh')
-rwxr-xr-xbuild_cross.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_cross.sh b/build_cross.sh
index dffb1c4..790dbb8 100755
--- a/build_cross.sh
+++ b/build_cross.sh
@@ -26,7 +26,7 @@ fi
if test ! -f "$CROSS_HOME/.ssh/id_rsa.pub"; then
cp "$HOME/.ssh/id_rsa.pub" "$CROSS_HOME/.ssh/."
cp "$HOME/.ssh/id_rsa" "$CROSS_HOME/.ssh/."
- chown cross:cross "$CROSS_HOME/.ssh/id_rsa*"
+ chown cross:cross $CROSS_HOME/.ssh/id_rsa*
fi
if test ! -x /usr/local/bin/ct-ng; then