chiark / gitweb /
fishdescriptor: wip reconsider approach
[chiark-utils.git] / scripts / cvs-adjustroot
index 0448d9a9f1ae72a03d2730e2a4558c4a050b18af..080029c7320a7b549b137e1a4eab1aec682a828a 100755 (executable)
@@ -48,6 +48,6 @@ fi
 # nonzero exit status when appropriate.
 
 find   -path '*/CVS/Root'                                              \
-  \(   -exec cvs-adjustroot --reinvoke "$old" "$new" '{}' ';'          \
+  \(   -exec "$0" --reinvoke "$old" "$new" '{}' ';'                    \
   -o   -exec false '{}' +                                              \
   \)