pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
cvs2fossil: avoid quoting problem
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By: wiz
Date: Wed Jul 12 23:33:20 2023 +0200
Changeset: 4ef084cc5d77cafcf88a0300a0ad99a0b8c0903b
Modified Files:
cvs2fossil/files/cvs2fossil
Log Message:
cvs2fossil: avoid quoting problem
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4ef084cc5d77cafcf88a0300a0ad99a0b8c0903b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
cvs2fossil/files/cvs2fossil | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/cvs2fossil/files/cvs2fossil b/cvs2fossil/files/cvs2fossil
index de75d61c23..57350db427 100755
--- a/cvs2fossil/files/cvs2fossil
+++ b/cvs2fossil/files/cvs2fossil
@@ -38,7 +38,7 @@ fossil="$db.fossil"
# If you want the module name itself to be skipped, add -m.
# Instead of e.g. src/bin/... as path, this will create only bin/...
#
-time 01-import "$strip" "$db" "$repo"
+time 01-import $strip "$db" "$repo"
oldest=$(echo 'SELECT datetime(r.date,"-1 second") FROM revision r ORDER BY r.date LIMIT 1;' | sqlite3 "$db")
#
Home |
Main Index |
Thread Index |
Old Index