mirror of
https://github.com/RasppleII/a2server.git
synced 2025-02-28 17:29:38 +00:00
Remove trailing whitespace
An unusual quirk of git is that it tends not to like trailing whitespace at the end of lines, and trailing blank lines at the end of a file. It messes with the word diffs a bit I think. Anyway, it's easily removed, so I've removed it.
This commit is contained in:
parent
4125590bdb
commit
9601ed3e14
@ -75,12 +75,3 @@ alias a2files-share="sudo sed -i 's/^\/media\/A2SHARED\/A2FILES\ A2FILES options
|
|||||||
alias a2files-unshare="sudo sed -i 's/^#share2/\/media\/A2SHARED\/A2FILES\ A2FILES options:prodos\ casefold:toupper/' /usr/local/etc/netatalk/AppleVolumes.default; [[ -d /media/A2SHARED/A2FILES ]] || mkdir /media/A2SHARED/A2FILES"
|
alias a2files-unshare="sudo sed -i 's/^#share2/\/media\/A2SHARED\/A2FILES\ A2FILES options:prodos\ casefold:toupper/' /usr/local/etc/netatalk/AppleVolumes.default; [[ -d /media/A2SHARED/A2FILES ]] || mkdir /media/A2SHARED/A2FILES"
|
||||||
|
|
||||||
alias showalias="alias | cut -d= -f 1 | cut -d' ' -f2 | more"
|
alias showalias="alias | cut -d= -f 1 | cut -d' ' -f2 | more"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -83,4 +83,3 @@ afpsync: register files introduced outside of AFP with netatalk
|
|||||||
mkatinit: set up network boot configuration files
|
mkatinit: set up network boot configuration files
|
||||||
cppo: catalog and copy files from ProDOS image file (slow, but works)
|
cppo: catalog and copy files from ProDOS image file (slow, but works)
|
||||||
(add -h to show help for the above four commands, e.g. "afptype -h")
|
(add -h to show help for the above four commands, e.g. "afptype -h")
|
||||||
|
|
||||||
|
@ -879,4 +879,3 @@ else:
|
|||||||
processDir(2)
|
processDir(2)
|
||||||
if not g.DIR:
|
if not g.DIR:
|
||||||
syncExit()
|
syncExit()
|
||||||
|
|
||||||
|
@ -283,4 +283,3 @@ while : ; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user