Commit 624b7616 authored by topjohnwu's avatar topjohnwu

Another freakin stupid typo

parent d53f33be
...@@ -128,7 +128,7 @@ travel() { ...@@ -128,7 +128,7 @@ travel() {
# Copy symlinks # Copy symlinks
log_print "Symlink: /$1/$ITEM" log_print "Symlink: /$1/$ITEM"
mkdir -p "$DUMMDIR/$1" 2>/dev/null mkdir -p "$DUMMDIR/$1" 2>/dev/null
cp -afc "$ITEM" $"DUMMDIR/$1/$ITEM" cp -afc "$ITEM" "$DUMMDIR/$1/$ITEM"
elif [ -d "$ITEM" ]; then elif [ -d "$ITEM" ]; then
# Create new dummy directory and mount it # Create new dummy directory and mount it
log_print "New directory: /$1/$ITEM" log_print "New directory: /$1/$ITEM"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment