From 6bf6be35a0c17cbbf70fff87b4a6eb566862641b Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 19 Jul 2012 05:09:05 +0200 Subject: some shell script fixes --- hacksToDropbox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hacksToDropbox') diff --git a/hacksToDropbox b/hacksToDropbox index d23228a..ab798ec 100755 --- a/hacksToDropbox +++ b/hacksToDropbox @@ -1,8 +1,8 @@ path=/home/me/Dropbox/NEWERsmbw/Test\ Pack/NewerTestPack/SysSelect copy_files() { - cp NewerASM/n_$1_loader.bin $path/System$2.bin - cp NewerASM/n_$1_dlcode.bin $path/DLCode$2.bin - cp NewerASM/n_$1_dlrelocs.bin $path/DLRelocs$2.bin + cp NewerASM/n_$1_loader.bin "$path/System$2.bin" + cp NewerASM/n_$1_dlcode.bin "$path/DLCode$2.bin" + cp NewerASM/n_$1_dlrelocs.bin "$path/DLRelocs$2.bin" } copy_files pal EU_1 -- cgit v1.2.3