Description: Fix bashisms in helper scripts
Author: Sergey B Kirpichev <skirpichev@gmail.com>
Bug-Debian: http://bugs.debian.org/772189
Forwarded: no

---
 07p/cmds/@mv |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/07p/cmds/@mv
+++ b/07p/cmds/@mv
@@ -24,7 +24,7 @@
 for prefix in b s d c; do
     file1="$dir1$prefix.$name1"
     file2="$dir2$prefix.$name2"
-    if test $prefix == "c"; then
+    if test $prefix = "c"; then
 	if cp -f "$file1" "$file2" 2> /dev/null; then
 	    echo "Copying $file1 to $file2 ... done"
 	    unset error
