summaryrefslogtreecommitdiff
path: root/mcp
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2020-07-29 20:37:16 +0000
committerIan C <ianc@noddybox.co.uk>2020-07-29 20:37:16 +0000
commit67cfd5f29688f21cb93e1c1d2ed5d4f526a3500c (patch)
tree8594e2a3a4e9ccbe547f1c5724308878e57a7616 /mcp
parent226ceb2fedff6563773e0abe1a6f3d98481e899f (diff)
Made mcp and mmv handle spaces better.
Diffstat (limited to 'mcp')
-rwxr-xr-xmcp3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcp b/mcp
index 9a18825..a614453 100755
--- a/mcp
+++ b/mcp
@@ -1,5 +1,8 @@
#!/bin/sh
+IFS='
+'
+
if [ -z "$3" ] ; then
echo usage: $0 from to file_list
exit 1