summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-05-07 18:24:43 -0400
committerAndrew Cady <d@jerkface.net>2020-05-07 18:24:43 -0400
commitda70d081c056227d1b90d6794ec8dfe88ba0c6db (patch)
tree102ca3a4a7358fa98e6bac0a9831ce1cf1f75e35
parent139be0590eb78231b89176274986b5127b2a9b4b (diff)
improve error message
-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