Browse Source

base-files: make diag.sh stub working in bash

SVN-Revision: 15527
Jo-Philipp Wich 16 years ago
parent
commit
1c41493d74
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/base-files/files/etc/diag.sh

+ 2 - 2
package/base-files/files/etc/diag.sh

@@ -1,4 +1,4 @@
 #!/bin/sh
 #!/bin/sh
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2009 OpenWrt.org
 
 
-set_state() :
+set_state() { :; }