forked from pool/git-sync
Safe and simple one-script git synchronization OBS-URL: https://build.opensuse.org/request/show/584563 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git-sync?expand=0&rev=1
17 lines
350 B
Diff
17 lines
350 B
Diff
commit 8a90ff450b11dcc6dc855040805093e1ef432092
|
|
Author: boombatower <jimmy@boombatower.com>
|
|
Date: Thu Mar 8 18:27:23 2018 -0600
|
|
|
|
Make rpm-lint happy by not using env as interpreter.
|
|
|
|
diff --git a/git-sync b/git-sync
|
|
index 4889331..cefe4d0 100755
|
|
--- a/git-sync
|
|
+++ b/git-sync
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env bash
|
|
+#!/bin/bash
|
|
#
|
|
# git-sync
|
|
#
|