buildSDK/pre-commit
authorAlan Knowles <alan@roojs.com>
Wed, 16 Jan 2019 03:49:34 +0000 (11:49 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 16 Jan 2019 03:49:34 +0000 (11:49 +0800)
buildSDK/pre-commit [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index c347868..143f6f0
@@ -5,8 +5,8 @@
 $ar = array();
 while (($line = fgets(STDIN)) !== false) {
      echo "got: $line\n";
-     $ar[] = $linel
+     $ar[] = $line;
 }
 file_put_contents("/tmp/commitlog.txt", implode("\n", $ar));
-     
+      
  
\ No newline at end of file