geforkt von Mirrors/Paper
Switch to pwd so the scripts can work more reliably on other OSs
By: md_5 <md_5@live.com.au>
Dieser Commit ist enthalten in:
Ursprung
d14bfbaa67
Commit
0d3f1faa0d
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
basedir=$(dirname $(readlink -f $0))
|
||||
basedir=`pwd`
|
||||
echo "Rebuilding Forked projects.... "
|
||||
|
||||
function applyPatch {
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
basedir=$(dirname $(readlink -f $0))
|
||||
basedir=`pwd`
|
||||
echo "Rebuilding patch files from current fork state..."
|
||||
function cleanupPatches {
|
||||
cd $1
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
basedir=$(dirname $(readlink -f $0))
|
||||
basedir=`pwd`
|
||||
function update {
|
||||
cd $basedir/$1
|
||||
git fetch && git reset --hard origin/master
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren