summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/store-child-permanently2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store-child-permanently b/src/store-child-permanently
index 899371f..82e79d8 100755
--- a/src/store-child-permanently
+++ b/src/store-child-permanently
@@ -37,7 +37,7 @@ main()
37 if [ -d "$samizdat_child_dir"/child."$child" ]; then 37 if [ -d "$samizdat_child_dir"/child."$child" ]; then
38 store_tmpfs "$samizdat_child_dir"/child."$child" 38 store_tmpfs "$samizdat_child_dir"/child."$child"
39 else 39 else
40 error "not a valid child: $child" 40 error "not a directory: $samizdat_child_dir/child.$child"
41 fi 41 fi
42} 42}
43 43