aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-06-11 23:45:03 -0500
committerJacob Pipkin <j@dawnrazor.net>2012-06-11 23:45:03 -0500
commitf0fbf9580bad01386c1625472489224e04798b6f (patch)
tree17f220e425b5f6eff4cc48b3c4cb1b82a1ac5fa1
parent8dfe0461d5e4ae3ef31c0a01a9cc04e7334a458c (diff)
downloadsbotools2-f0fbf9580bad01386c1625472489224e04798b6f.tar.xz
added vim lines to everything
-rw-r--r--SBO-Lib/lib/SBO/Lib.pm2
-rwxr-xr-xsbocheck2
-rwxr-xr-xsboclean2
-rwxr-xr-xsboconfig2
-rwxr-xr-xsbofind2
-rwxr-xr-xsboinstall2
-rwxr-xr-xsbosnap2
-rwxr-xr-xsboupgrade2
8 files changed, 16 insertions, 0 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm
index 85c533f..1597856 100644
--- a/SBO-Lib/lib/SBO/Lib.pm
+++ b/SBO-Lib/lib/SBO/Lib.pm
@@ -1,5 +1,7 @@
#!/usr/bin/env perl
#
+# vim: set ts=4:noet
+#
# sbolib.sh
# shared functions for the sbo_ scripts.
#
diff --git a/sbocheck b/sbocheck
index ae3bc42..6e748a2 100755
--- a/sbocheck
+++ b/sbocheck
@@ -1,5 +1,7 @@
#!/usr/bin/env perl
#
+# vim: set ts=4:noet
+#
# sbocheck
# script to update the local sbo tree and check for updates
#
diff --git a/sboclean b/sboclean
index 120ec3a..0c0e30a 100755
--- a/sboclean
+++ b/sboclean
@@ -1,5 +1,7 @@
#!/usr/bin/env perl
#
+# vim: set ts=4:noet
+#
# sboclean
# script to clean stuff left around from sbotools.
#
diff --git a/sboconfig b/sboconfig
index 4cb7278..829d7a3 100755
--- a/sboconfig
+++ b/sboconfig
@@ -1,5 +1,7 @@
#!/usr/bin/env perl
#
+# vim: set ts=4:noet
+#
# sboconfig
# script to handle sbotools configuration
#
diff --git a/sbofind b/sbofind
index a4b5801..6f23587 100755
--- a/sbofind
+++ b/sbofind
@@ -1,5 +1,7 @@
#!/usr/bin/env perl
#
+# vim: set ts=4:noet
+#
# sbofind
# script to locate something in a local SlackBuilds tree.
#
diff --git a/sboinstall b/sboinstall
index e1acc46..76cfa9f 100755
--- a/sboinstall
+++ b/sboinstall
@@ -1,5 +1,7 @@
#!/usr/bin/env perl
#
+# vim: set ts=4:noet
+#
# sboinstall
# script to install a SlackBuild by name
#
diff --git a/sbosnap b/sbosnap
index 2a9052b..bca0d61 100755
--- a/sbosnap
+++ b/sbosnap
@@ -1,5 +1,7 @@
#!/usr/bin/env perl
#
+# vim: set ts=4:noet
+#
# sbosnap
# script to pull down / update a local copy of the
# slackbuilds.org tree.
diff --git a/sboupgrade b/sboupgrade
index 043d4ff..f5ad418 100755
--- a/sboupgrade
+++ b/sboupgrade
@@ -1,5 +1,7 @@
#!/usr/bin/env perl
#
+# vim: set ts=4:noet
+#
# sboupgrade
# script to update an installed SlackBuild.
#