summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-12-01 10:51:03 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-12-01 10:51:03 +0000
commit04c1fe6722f6cc0bab4d117ab8b0ba031ab339bf (patch)
tree135b3530d1a41df18e469ba2befd250260899a52 /tests
parentc2c0f1016cc7334c2a7531e739ae14647be0b6fd (diff)
downloadmorph-04c1fe6722f6cc0bab4d117ab8b0ba031ab339bf.tar.gz
remove unnecessary backslashes in the test morphology
Too many levels of escaping confuses tired minds.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/setup_once4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/setup_once b/tests/setup_once
index b25b8125..74e90e4c 100755
--- a/tests/setup_once
+++ b/tests/setup_once
@@ -56,8 +56,8 @@ cat <<EOF > hello.morph
"gcc -o hello hello.c"
],
"install-commands": [
- "install -d \\"\\\$DESTDIR\\"/bin",
- "install hello \\"\\\$DESTDIR\\"/bin/hello"
+ "install -d \\"\$DESTDIR\\"/bin",
+ "install hello \\"\$DESTDIR\\"/bin/hello"
]
}
EOF