diff options
Diffstat (limited to 'src/store-child-permanently')
-rwxr-xr-x | src/store-child-permanently | 2 |
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 | ||