diff options
author | Rob Austein <sra@hactrn.net> | 2013-02-02 19:46:33 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-02-02 19:46:33 +0000 |
commit | 41ffa30ef85e021fa77d8f44e2baf8cb13beafc1 (patch) | |
tree | ef22ecff1149a284b794567f33b0c07ab8bd3080 /buildtools/build-freebsd-rp-port.py | |
parent | 61ecf6aea80a96e4008ea7fa73c5bb5fd0597bc1 (diff) |
Typo in pkg-deinstall.
svn path=/branches/tk377/; revision=5015
Diffstat (limited to 'buildtools/build-freebsd-rp-port.py')
-rw-r--r-- | buildtools/build-freebsd-rp-port.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/build-freebsd-rp-port.py b/buildtools/build-freebsd-rp-port.py index 25bb077f..451fe584 100644 --- a/buildtools/build-freebsd-rp-port.py +++ b/buildtools/build-freebsd-rp-port.py @@ -280,7 +280,7 @@ DEINSTALL) } END { if (n) - for (i = 1; i <= n; i) + for (i = 1; i <= n; i++) print line[i] | "/usr/bin/crontab -u rcynic -"; else system("/usr/bin/crontab -u rcynic -r"); |