From 624b7616d082feced71bff0474c64c1b4afd5cc0 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Tue, 21 Mar 2017 05:15:13 +0800 Subject: [PATCH] Another freakin stupid typo --- scripts/magic_mask.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/magic_mask.sh b/scripts/magic_mask.sh index 8bc89b30a..d85e86090 100644 --- a/scripts/magic_mask.sh +++ b/scripts/magic_mask.sh @@ -128,7 +128,7 @@ travel() { # Copy symlinks log_print "Symlink: /$1/$ITEM" mkdir -p "$DUMMDIR/$1" 2>/dev/null - cp -afc "$ITEM" $"DUMMDIR/$1/$ITEM" + cp -afc "$ITEM" "$DUMMDIR/$1/$ITEM" elif [ -d "$ITEM" ]; then # Create new dummy directory and mount it log_print "New directory: /$1/$ITEM"