Archiviert
13
0

[CI-SKIP] Fix apatch zsh support

Dieser Commit ist enthalten in:
Shane Freeder 2017-12-20 13:17:32 +00:00
Ursprung 54f9e9fb1a
Commit d82250d611
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: A3F61EA5A085289C

Datei anzeigen

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
noapply=1 noapply=1
isreject=0 isreject=0
if [ $1 == "--noapplied" ]; then if [[ $1 == "--noapplied" ]]; then
noapply=1 noapply=1
shift shift
fi fi
@ -64,7 +64,7 @@ fi
echo " " echo " "
echo "==========================="; echo "===========================";
fi fi
git st git status
git diff git diff
) )
if [[ "$noapply" != "1" ]] && [[ "$file" != *-applied.patch ]]; then if [[ "$noapply" != "1" ]] && [[ "$file" != *-applied.patch ]]; then