]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/chainlint/function.expect
Merge branch 'vd/fsck-submodule-url-test'
[thirdparty/git.git] / t / chainlint / function.expect
index a14388e6b9faeb67cdc79eea38a0cb3f94b240f8..dd7c997a3c340d633d9cbf7a78f4b29727a22ce4 100644 (file)
@@ -1,8 +1,8 @@
-sha1_file ( ) {
+sha1_file() {
        echo "$*" | sed "s#..#.git/objects/&/#"
 } &&
 
-remove_object ( ) {
+remove_object() {
        file=$(sha1_file "$*") &&
        test -e "$file" ?!AMP?!
        rm -f "$file"