diff options
| author | Anton Bobov <abobov@gmail.com> | 2013-01-07 23:09:55 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2013-01-07 23:09:55 +0600 |
| commit | d71fb914b96a7fab9689e86142513f81059afcb1 (patch) | |
| tree | 50a042a728bf9f6f97df1e526545bc289fe69c7d /create_links.sh | |
| parent | 9d718e39cb4e54d4887d0fdbb97dcc0ac8b37cb7 (diff) | |
Remove ignore file.
Diffstat (limited to 'create_links.sh')
| -rwxr-xr-x | create_links.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/create_links.sh b/create_links.sh index 2a626d5..be97089 100755 --- a/create_links.sh +++ b/create_links.sh @@ -5,7 +5,6 @@ set -e dir="$(cd "$(dirname "$0")" && pwd)" os=$(uname --operating-system) -ignore="$dir/ignore-$(/bin/hostname)" CMD=$SYSTEMROOT/System32/cmd.exe filter() { @@ -13,7 +12,7 @@ filter() { if [[ "$fname" == "files/." || "$fname" == "files/.." ]] ; then return 0 fi - return $(grep --line-regexp --fixed-strings "$fname" "$ignore" >/dev/null 2>&1) + return 1 } create_windows_link() |
