浏览代码

Watch script cleanup

Taddeus Kroes 11 年之前
父节点
当前提交
198cd3bc2b
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      watch.sh

+ 1 - 2
watch.sh

@@ -1,5 +1,4 @@
-#!/usr/bin/env sh
-
+#!/bin/sh
 hash inotifywait || (echo "Install inotify-tools first"; exit 1)
 hash inotifywait || (echo "Install inotify-tools first"; exit 1)
 
 
 make
 make