From 652c91669014302104929136a7746aa29330bf46 Mon Sep 17 00:00:00 2001
From: Caleb James DeLisle <cjd@cjdns.fr>
Date: Thu, 14 Sep 2017 10:52:55 +0200
Subject: [PATCH] change the command in the documentation so that it will not
 change itself

---
 www/common/sframe-boot.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/common/sframe-boot.js b/www/common/sframe-boot.js
index 8510e88a0..0578d804e 100644
--- a/www/common/sframe-boot.js
+++ b/www/common/sframe-boot.js
@@ -2,7 +2,7 @@
 // Note that this file is meant to be executed only inside of a sandbox iframe.
 //
 // IF YOU EDIT THIS FILE, bump the version (replace 1.3 in the following command with the next version.)
-// grep -nr '/common/sframe-boot.js?ver=' | sed 's/:.*$//' | while read x; do \
+// grep -nr '/common/sframe-boot.js?ver=' | sed 's/:.*$//' | grep -v 'sframe-boot.js:' | while read x; do \
 //    sed -i -e 's@/common/sframe-boot.js?ver=[^"]*@/common/sframe-boot.js?ver=1.3@' $x; done
 ;(function () {
 var afterLoaded = function (req) {