mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
356 B
Bash
14 lines
356 B
Bash
$NetBSD: patch-lib_time_update.bash,v 1.3 2016/09/17 15:56:58 bsiegert Exp $
|
|
|
|
--- lib/time/update.bash.orig 2016-09-07 19:34:33.000000000 +0000
|
|
+++ lib/time/update.bash
|
|
@@ -42,7 +42,7 @@ zip -0 -r ../../zoneinfo.zip *
|
|
cd ../..
|
|
|
|
echo
|
|
-if [ "$1" == "-work" ]; then
|
|
+if [ "$1" = "-work" ]; then
|
|
echo Left workspace behind in work/.
|
|
else
|
|
rm -rf work
|