Another freakin stupid typo

This commit is contained in:
topjohnwu 2017-03-21 05:15:13 +08:00
parent d53f33bed8
commit 624b7616d0

View File

@ -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"