]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/deploy/shaker/shaker.factor
Change "3dup drop" to "2over".
[factor.git] / basis / tools / deploy / shaker / shaker.factor
index 75a8f6cbe19231686cc75b3ecab4ce4accfe1f94..e57ecc631ffcf8b41f460471b5fbf13e313fcca8 100755 (executable)
@@ -272,7 +272,7 @@ IN: tools.deploy.shaker
         _ _
         {
             ! old becomes new
-            { [ 3dup drop eq? ] [ 2nip ] }
+            { [ 2over eq? ] [ 2nip ] }
             ! recurse into arrays
             { [ pick array? ] [ [ dup ] 2dip recursive-subst ] }
             ! otherwise do nothing